Uses of Interface
com.storedobject.vaadin.SpellCheck
Packages that use SpellCheck
Package
Description
-
Uses of SpellCheck in com.storedobject.ui
Classes in com.storedobject.ui that implement SpellCheckModifier and TypeClassDescriptionclassA field to accept a valid currency code.classGridSearchField<T extends StoredObject>classObjectComboField<T extends StoredObject>classObjectListField<T extends StoredObject>classTreeSearchField<P extends T,T> -
Uses of SpellCheck in com.storedobject.ui.inventory
Classes in com.storedobject.ui.inventory that implement SpellCheckModifier and TypeClassDescriptionclassItemComboField<I extends InventoryItem>classLocation field for accepting inventory locations. -
Uses of SpellCheck in com.storedobject.ui.iot
Classes in com.storedobject.ui.iot that implement SpellCheck -
Uses of SpellCheck in com.storedobject.vaadin
Classes in com.storedobject.vaadin that implement SpellCheckModifier and TypeClassDescriptionclassA TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).classComboField<T>A thin wrapper around Vaadin'sComboBox.classListField<T>Slightly enhanced version of Vaadin'sSelect.classA combo field where the values are set as a "map" (key-value pairs).classA text field that can be used for triggering search action.classSlightly enhanced version of Vaadin'sTextArea.classSlightly enhanced version of Vaadin'sTextField. -
Uses of SpellCheck in com.storedobject.vaadin.util
Subinterfaces of SpellCheck in com.storedobject.vaadin.utilModifier and TypeInterfaceDescriptioninterfaceInterface representing a component that can have a textual value along with additional features like size, text transformation, spell check, and autocomplete.Classes in com.storedobject.vaadin.util that implement SpellCheckModifier and TypeClassDescriptionclassBasicComboBox is a specific implementation of a ComboField allowing for the creation of combo boxes with various constructors for initialization.