Class SuggestBoxValueBoxEditor

All Implemented Interfaces:
org.gwtproject.editor.client.Editor<String>, org.gwtproject.editor.client.HasEditorDelegate<String>, org.gwtproject.editor.client.LeafValueEditor<String>

public class SuggestBoxValueBoxEditor extends ExtendedValueBoxEditor<String>
  • Constructor Details

    • SuggestBoxValueBoxEditor

      public SuggestBoxValueBoxEditor(org.gwtproject.editor.client.TakesValue<String> takesValues)
  • Method Details

    • getTextBox

      @Ignore public com.google.gwt.user.client.ui.TextBoxBase getTextBox()
      get text box.
      Returns:
      text box base of the widget
    • getValueBox

      @Ignore public ValueBoxBase<String> getValueBox()
      get value box base.
      Returns:
      value box base of the widget