org.hudsonci.maven.plugin.ui.gwt.buildinfo.widget
Class HyperlinkCell

java.lang.Object
  extended by com.google.gwt.cell.client.AbstractCell<com.google.gwt.user.client.ui.Hyperlink>
      extended by org.hudsonci.maven.plugin.ui.gwt.buildinfo.widget.HyperlinkCell
All Implemented Interfaces:
com.google.gwt.cell.client.Cell<com.google.gwt.user.client.ui.Hyperlink>

public class HyperlinkCell
extends com.google.gwt.cell.client.AbstractCell<com.google.gwt.user.client.ui.Hyperlink>

A cell to render hyperlinks.

Since:
2.1.0
Author:
Jamie Whitehouse

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
com.google.gwt.cell.client.Cell.Context
 
Constructor Summary
HyperlinkCell()
           
 
Method Summary
 void render(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.user.client.ui.Hyperlink link, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
           
 
Methods inherited from class com.google.gwt.cell.client.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperlinkCell

public HyperlinkCell()
Method Detail

render

public void render(com.google.gwt.cell.client.Cell.Context context,
                   com.google.gwt.user.client.ui.Hyperlink link,
                   com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
Specified by:
render in interface com.google.gwt.cell.client.Cell<com.google.gwt.user.client.ui.Hyperlink>
Specified by:
render in class com.google.gwt.cell.client.AbstractCell<com.google.gwt.user.client.ui.Hyperlink>


Copyright © 2004-2011 Hudson. All Rights Reserved.