Class 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>  
      • Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell

        com.google.gwt.cell.client.Cell.Context
    • 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)  
      • Methods inherited from class com.google.gwt.cell.client.AbstractSafeHtmlCell

        getRenderer, render
      • Methods inherited from class com.google.gwt.cell.client.AbstractCell

        dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, resetFocus, setValue
    • Method Detail

      • onBrowserEvent

        public 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)
        Specified by:
        onBrowserEvent in interface com.google.gwt.cell.client.Cell<C>
        Overrides:
        onBrowserEvent in class com.google.gwt.cell.client.AbstractCell<C>