Class PopoverTextCell
- java.lang.Object
-
- com.google.gwt.cell.client.AbstractCell<C>
-
- com.google.gwt.cell.client.AbstractSafeHtmlCell<String>
-
- org.uberfire.ext.widgets.common.client.tables.PopoverTextCell
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPopoverTextCell.Placement
-
Constructor Summary
Constructors Constructor Description PopoverTextCell()PopoverTextCell(PopoverTextCell.Placement placement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, String value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<String> valueUpdater)protected voidrender(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.safehtml.shared.SafeHtml data, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
-
-
-
Field Detail
-
CSS
protected static final CommonCss CSS
-
-
Constructor Detail
-
PopoverTextCell
public PopoverTextCell(PopoverTextCell.Placement placement)
-
PopoverTextCell
public PopoverTextCell()
-
-
Method Detail
-
render
protected void render(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.safehtml.shared.SafeHtml data, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)- Specified by:
renderin classcom.google.gwt.cell.client.AbstractSafeHtmlCell<String>
-
-