Uses of Interface
com.storedobject.ui.ObjectInput
Packages that use ObjectInput
Package
Description
-
Uses of ObjectInput in com.storedobject.ui
Classes in com.storedobject.ui that implement ObjectInputModifier and TypeClassDescriptionclass
AbstractObjectField<T extends StoredObject>
The base field for accepting aStoredObject
instance.class
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
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>
Methods in com.storedobject.ui that return ObjectInputMethods in com.storedobject.ui with parameters of type ObjectInputModifier and TypeMethodDescriptionstatic <O extends StoredObject>
ObjectEditor<O> ObjectEditor.create
(ObjectInput<O> formField) Create an editor for the purpose of embedding an object field.Constructors in com.storedobject.ui with parameters of type ObjectInputModifierConstructorDescriptionObjectField
(ObjectInput<T> field) Constructor.ObjectField
(String label, ObjectInput<T> field) Constructor.UserField
(ObjectInput<SystemUser> field) UserField
(String label, ObjectInput<SystemUser> field) -
Uses of ObjectInput in com.storedobject.ui.inventory
Subinterfaces of ObjectInput 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 ObjectInputModifier 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.Methods in com.storedobject.ui.inventory that return ObjectInputModifier and TypeMethodDescriptionprotected ObjectInput
<InventoryVirtualLocation> ItemsSentForRepair.getLocationField()
protected abstract ObjectInput
<L> LocationMonitoring.getLocationField()
protected ObjectInput
<InventoryCustodyLocation> ToolMonitoring.getLocationField()
-
Uses of ObjectInput in com.storedobject.ui.iot
Classes in com.storedobject.ui.iot that implement ObjectInput -
Uses of ObjectInput in com.storedobject.ui.util
Subinterfaces of ObjectInput in com.storedobject.ui.utilMethods in com.storedobject.ui.util that return ObjectInputModifier and TypeMethodDescriptionDelegatedIdInput.getObjectInput()
DelegatedObjectInput.getObjectInput()
Methods in com.storedobject.ui.util with parameters of type ObjectInputModifier and TypeMethodDescriptionstatic <OT extends StoredObject>
ObjectAdder<OT> ObjectAdder.create
(Consumer<OT> consumer, ObjectInput<OT> field) Static method to create the adder instance.