Uses of Interface
com.storedobject.vaadin.util.HasTextValue
Packages that use HasTextValue
Package
Description
-
Uses of HasTextValue in com.storedobject.ui
Classes in com.storedobject.ui that implement HasTextValueModifier and TypeClassDescriptionclass
A field to accept a valid currency code.class
GridSearchField<T extends StoredObject>
class
TreeSearchField<P extends T,
T> Methods in com.storedobject.ui that return HasTextValueMethods in com.storedobject.ui with parameters of type HasTextValueModifier and TypeMethodDescriptionprotected void
MoneyField.customizeTextField
(HasTextValue textField) -
Uses of HasTextValue in com.storedobject.ui.tools
Methods in com.storedobject.ui.tools with parameters of type HasTextValueModifier and TypeMethodDescriptionprotected void
ClassNameField.customizeTextField
(HasTextValue textField) -
Uses of HasTextValue in com.storedobject.ui.util
Methods in com.storedobject.ui.util with parameters of type HasTextValueModifier and TypeMethodDescriptionprotected void
AbstractQuantityField.customizeTextField
(HasTextValue textField) -
Uses of HasTextValue in com.storedobject.vaadin
Classes in com.storedobject.vaadin that implement HasTextValueModifier and TypeClassDescriptionclass
A TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).class
A text field that can be used for triggering search action.class
Slightly enhanced version of Vaadin'sTextArea
.class
Slightly enhanced version of Vaadin'sTextField
.Methods in com.storedobject.vaadin that return HasTextValueModifier and TypeMethodDescriptionprotected HasTextValue
CustomTextField.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 void
CustomTextField.customizeTextField
(HasTextValue textField) Customize the internal text field.