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 TypeInterfaceDescriptioninterfaceObjectInput<T extends StoredObject>Fields that can input a given type ofStoredObjectvalue.Classes in com.storedobject.ui that implement ValueRequiredModifier and TypeClassDescriptionclassAbstractObjectField<T extends StoredObject>The base field for accepting aStoredObjectinstance.classclassA field to accept a valid currency code.classclassGridSearchField<T extends StoredObject>classObjectCodeField<T extends StoredObject>In many situations, aStoredObjectinstance may contain a code attribute (a String attribute that looks like a code - part number of an inventory item, for example) and this field accepts such codes for inputting the object instance.classObjectComboField<T extends StoredObject>classObjectField<T extends StoredObject>A field that can be used to acceptIdvalues.classObjectFormField<T extends StoredObject>classObjectGetField<T extends StoredObject>A field to accept instances ofStoredObjects that are searchable using some keywords.classObjectListField<T extends StoredObject>classObjectSearcherField<T extends StoredObject>classObjectSearchField<T extends StoredObject>classTreeSearchField<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 TypeInterfaceDescriptioninterfaceItemInput<T extends InventoryItem>Fields that can input a given type ofInventoryItemvalue.Classes in com.storedobject.ui.inventory that implement ValueRequiredModifier and TypeClassDescriptionclassAssemblyItemField<I extends InventoryItem>Field to accept an item that is fitted on an assembly.classclassItemComboField<I extends InventoryItem>classItemField<I extends InventoryItem>Field to accept an instance of theInventoryItemwith provision to input part number.classItemGetField<I extends InventoryItem>Field to accept an instance of theInventoryItemfrom direct search words.classItemTypeGetField<T extends InventoryItemType>classLocation 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 TypeClassDescriptionclassA TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).classBoolean field displayed like a radio field.classAComboBoxstyle field with anIntegervalue type.classListField<T>Slightly enhanced version of Vaadin'sSelect.classA text field that can be used for triggering search action.classSlightly enhanced version of Vaadin'sTextField.