Package com.opencloud.rem.client.ui
Class ClickableStyledTextCell<C>
- java.lang.Object
-
- com.google.gwt.cell.client.AbstractCell<C>
-
- com.google.gwt.cell.client.AbstractSafeHtmlCell<C>
-
- com.opencloud.rem.client.ui.ClickableStyledTextCell<C>
-
- All Implemented Interfaces:
com.google.gwt.cell.client.Cell<C>
public class ClickableStyledTextCell<C> extends com.google.gwt.cell.client.AbstractSafeHtmlCell<C>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ClickableStyledTextCell.Delegate<C>
-
Constructor Summary
Constructors Constructor Description ClickableStyledTextCell(com.google.gwt.text.shared.SafeHtmlRenderer<C> renderer, ClickableStyledTextCell.Delegate<C> delegate, String... classNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, C value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<C> valueUpdater)
-
-
-
Constructor Detail
-
ClickableStyledTextCell
public ClickableStyledTextCell(com.google.gwt.text.shared.SafeHtmlRenderer<C> renderer, ClickableStyledTextCell.Delegate<C> delegate, String... classNames)
-
-