Interface ItemInput<T extends InventoryItem>

Type Parameters:
T - Type of objects that can be inputted.
All Superinterfaces:
AbstractObjectInput<T>, Consumer<T>, FilterMethods<T>, HasElement, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasLabel, com.vaadin.flow.component.HasPlaceholder, HasThemeStyle, ObjectGetter<T>, ObjectInput<T>, ObjectProvider<T>, ObjectSetter<T>, Serializable, ValueRequired
All Known Implementing Classes:
AssemblyItemField, ItemComboField, ItemField, ItemGetField

public interface ItemInput<T extends InventoryItem> extends ObjectInput<T>
Fields that can input a given type of InventoryItem value.
Author:
Syam