Class SuggestBoxValueBoxEditor
java.lang.Object
de.knightsoftnet.validators.client.editor.TakesValueEditor<T>
de.knightsoftnet.validators.client.editor.ValueBoxEditor<T>
de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor<String>
de.knightsoftnet.mtwidgets.client.ui.widget.helper.SuggestBoxValueBoxEditor
- All Implemented Interfaces:
org.gwtproject.editor.client.Editor<String>,org.gwtproject.editor.client.HasEditorDelegate<String>,org.gwtproject.editor.client.LeafValueEditor<String>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gwtproject.editor.client.Editor
org.gwtproject.editor.client.Editor.Ignore, org.gwtproject.editor.client.Editor.Path -
Constructor Summary
ConstructorsConstructorDescriptionSuggestBoxValueBoxEditor(org.gwtproject.editor.client.TakesValue<String> takesValues) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.user.client.ui.TextBoxBaseget text box.get value box base.Methods inherited from class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
getDecorator, getDelegate, getTakesValues, getValue, setDelegate, setValueMethods inherited from class de.knightsoftnet.validators.client.editor.ValueBoxEditor
ofMethods inherited from class de.knightsoftnet.validators.client.editor.TakesValueEditor
of
-
Constructor Details
-
SuggestBoxValueBoxEditor
-
-
Method Details
-
getTextBox
@Ignore public com.google.gwt.user.client.ui.TextBoxBase getTextBox()get text box.- Returns:
- text box base of the widget
-
getValueBox
get value box base.- Returns:
- value box base of the widget
-