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 TypeClassDescriptionclassAbstractObjectField<T extends StoredObject>The base field for accepting aStoredObjectinstance.classclassObjectCodeField<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>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>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 to embed 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 TypeInterfaceDescriptioninterfaceItemInput<T extends InventoryItem>Fields that can input a given type ofInventoryItemvalue.Classes in com.storedobject.ui.inventory that implement ObjectInputModifier 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.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.