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 TypeClassDescriptionclassA field to accept a valid currency code.classGridSearchField<T extends StoredObject>classTreeSearchField<P extends T,T> Methods in com.storedobject.ui that return HasTextValueMethods in com.storedobject.ui with parameters of type HasTextValueModifier and TypeMethodDescriptionprotected voidMoneyField.customizeTextField(HasTextValue textField) -
Uses of HasTextValue in com.storedobject.ui.tools
Methods in com.storedobject.ui.tools with parameters of type HasTextValueModifier and TypeMethodDescriptionprotected voidClassNameField.customizeTextField(HasTextValue textField) -
Uses of HasTextValue in com.storedobject.ui.util
Methods in com.storedobject.ui.util with parameters of type HasTextValueModifier and TypeMethodDescriptionprotected voidAbstractQuantityField.customizeTextField(HasTextValue textField) -
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.