Class CellBasedWidgetImplStandard

java.lang.Object
com.google.gwt.user.cellview.client.CellBasedWidgetImpl
com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard
Direct Known Subclasses:
CellBasedWidgetImplStandardBase

class CellBasedWidgetImplStandard extends CellBasedWidgetImpl
Standard implementation used by most cell based widgets.
  • Constructor Details

    • CellBasedWidgetImplStandard

      public CellBasedWidgetImplStandard()
  • Method Details

    • sinkEvent

      protected int sinkEvent(Widget widget, String typeName)
      Description copied from class: CellBasedWidgetImpl
      Get the event bits to sink for an event type.
      Overrides:
      sinkEvent in class CellBasedWidgetImpl
      Parameters:
      widget - the Widget that will handle the events
      typeName - the name of the event to sink
      Returns:
      the event bits to sink, or -1 if no events to sink