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>
public class SuggestBoxValueBoxEditor extends ExtendedValueBoxEditor<String>
-
-
Constructor Summary
Constructors Constructor Description SuggestBoxValueBoxEditor(org.gwtproject.editor.client.TakesValue<String> ptakesValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.TextBoxBasegetTextBox()get text box.ValueBoxBase<String>getValueBox()get value box base.-
Methods inherited from class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
getDecorator, getDelegate, getTakesValues, getValue, setDelegate, setValue
-
Methods inherited from class de.knightsoftnet.validators.client.editor.ValueBoxEditor
of
-
Methods inherited from class de.knightsoftnet.validators.client.editor.TakesValueEditor
of
-
-
-
-
Constructor Detail
-
SuggestBoxValueBoxEditor
public SuggestBoxValueBoxEditor(org.gwtproject.editor.client.TakesValue<String> ptakesValues)
-
-
Method Detail
-
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
-
-