Uses of Interface
com.storedobject.vaadin.util.HasTextValue
Packages that use HasTextValue
-
Uses of HasTextValue in com.storedobject.vaadin
Classes in com.storedobject.vaadin that implement HasTextValueModifier and TypeClassDescriptionclassA TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).classA text field that can be used for triggering search action.classSlightly enhanced version of Vaadin'sTextArea.classSlightly enhanced version of Vaadin'sTextField.Methods in com.storedobject.vaadin that return HasTextValueModifier and TypeMethodDescriptionprotected HasTextValueCustomTextField.createField()Create the internal text field.CustomTextField.getField()Get the internal text field that represents the value of the field.Methods in com.storedobject.vaadin with parameters of type HasTextValueModifier and TypeMethodDescriptionprotected voidCustomTextField.customizeTextField(HasTextValue textField) Customize the internal text field.