Uses of Interface
com.storedobject.ui.inventory.ItemInput
Packages that use ItemInput
-
Uses of ItemInput in com.storedobject.ui.inventory
Classes in com.storedobject.ui.inventory that implement ItemInputModifier and TypeClassDescriptionclass
AssemblyItemField<I extends InventoryItem>
Field to accept an item that is fitted on an assembly.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.Methods in com.storedobject.ui.inventory that return ItemInputModifier and TypeMethodDescriptionstatic <I extends InventoryItem>
ItemInput<I> A helper method to create an instance of theItemInput
field based on the properties of the item's class.static <I extends InventoryItem>
ItemInput<I> A helper method to create an instance of theItemInput
field based on the properties of the item's class.static <I extends InventoryItem>
ItemInput<I> A helper method to create an instance of theItemInput
field based on the properties of the item's class.static <I extends InventoryItem>
ItemInput<I> A helper method to create an instance of theItemInput
field based on the properties of the item's class.