Class EnumEditTextCell

  • All Implemented Interfaces:
    com.google.gwt.cell.client.Cell<String>

    public class EnumEditTextCell
    extends com.google.gwt.cell.client.EditTextCell
    • Nested Class Summary

      • 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, String value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<String> valueUpdater)  
      void render​(com.google.gwt.cell.client.Cell.Context context, String value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)  
      • Methods inherited from class com.google.gwt.cell.client.EditTextCell

        edit, isEditing, resetFocus
      • Methods inherited from class com.google.gwt.cell.client.AbstractEditableCell

        clearViewData, getViewData, setViewData
      • Methods inherited from class com.google.gwt.cell.client.AbstractCell

        dependsOnSelection, getConsumedEvents, handlesSelection, onEnterKeyDown, setValue
    • Constructor Detail

      • EnumEditTextCell

        public EnumEditTextCell()
    • Method Detail

      • onBrowserEvent

        public void onBrowserEvent​(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)
        Specified by:
        onBrowserEvent in interface com.google.gwt.cell.client.Cell<String>
        Overrides:
        onBrowserEvent in class com.google.gwt.cell.client.EditTextCell
      • render

        public void render​(com.google.gwt.cell.client.Cell.Context context,
                           String value,
                           com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
        Specified by:
        render in interface com.google.gwt.cell.client.Cell<String>
        Overrides:
        render in class com.google.gwt.cell.client.EditTextCell