Uses of Interface
com.storedobject.vaadin.ValueRequired
Packages that use ValueRequired
Package
Description
-
Uses of ValueRequired in com.storedobject.ui
Subinterfaces of ValueRequired in com.storedobject.uiModifier and TypeInterfaceDescriptioninterface
ObjectInput<T extends StoredObject>
Fields that can input a given type ofStoredObject
value.Classes in com.storedobject.ui that implement ValueRequiredModifier and TypeClassDescriptionclass
AbstractObjectField<T extends StoredObject>
The base field for accepting aStoredObject
instance.class
class
A field to accept a valid currency code.class
class
GridSearchField<T extends StoredObject>
class
ObjectCodeField<T extends StoredObject>
In many situations, aStoredObject
instance may contain a code attribute (a String attribute that looks like a code - part number of an inventory item for example) and this field accept such codes for inputting the object instance.class
ObjectComboField<T extends StoredObject>
class
ObjectField<T extends StoredObject>
A field that can be used to acceptId
values.class
ObjectFormField<T extends StoredObject>
class
ObjectGetField<T extends StoredObject>
A field to accept instances ofStoredObject
s that are searchable using some keywords.class
ObjectListField<T extends StoredObject>
class
ObjectSearcherField<T extends StoredObject>
class
ObjectSearchField<T extends StoredObject>
class
TreeSearchField<P extends T,
T> class
-
Uses of ValueRequired in com.storedobject.ui.accounts
Classes in com.storedobject.ui.accounts that implement ValueRequired -
Uses of ValueRequired in com.storedobject.ui.inventory
Subinterfaces of ValueRequired in com.storedobject.ui.inventoryModifier and TypeInterfaceDescriptioninterface
ItemInput<T extends InventoryItem>
Fields that can input a given type ofInventoryItem
value.Classes in com.storedobject.ui.inventory that implement ValueRequiredModifier and TypeClassDescriptionclass
AssemblyItemField<I extends InventoryItem>
Field to accept an item that is fitted on an assembly.class
class
ItemComboField<I extends InventoryItem>
class
ItemField<I extends InventoryItem>
Field to accept an instance of theInventoryItem
with provision to input part number.class
ItemGetField<I extends InventoryItem>
Field to accept an instance of theInventoryItem
from direct search words.class
ItemTypeGetField<T extends InventoryItemType>
class
Location field for accepting inventory locations. -
Uses of ValueRequired in com.storedobject.ui.iot
Classes in com.storedobject.ui.iot that implement ValueRequired -
Uses of ValueRequired in com.storedobject.ui.util
Subinterfaces of ValueRequired in com.storedobject.ui.utilClasses in com.storedobject.ui.util that implement ValueRequired -
Uses of ValueRequired in com.storedobject.vaadin
Classes in com.storedobject.vaadin that implement ValueRequiredModifier and TypeClassDescriptionclass
A TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).class
Boolean field displayed like a radio field.class
AComboBox
style field with anInteger
value type.class
ListField<T>
Slightly enhanced version of Vaadin'sSelect
.class
A text field that can be used for triggering search action.class
Slightly enhanced version of Vaadin'sTextField
.