Uses of Class
com.storedobject.vaadin.CustomField
Packages that use CustomField
Package
Description
-
Uses of CustomField in com.storedobject.ui
Subclasses of CustomField in com.storedobject.uiModifier and TypeClassDescriptionclassAbstractObjectField<T extends StoredObject>The base field for accepting aStoredObjectinstance.classclassclassclassField to accept a country's ISO code (2 characters) as a value.classclassclassclassclassclassclassclassclassMeasurementField<T extends Quantity>Create a field to accept a specific measurementQuantity.classA field for inputtingMeasurementUnits.classclassField to accept monetary values (Money).classclassclassObjectCodeField<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.classObjectField<T extends StoredObject>A field that can be used to acceptIdvalues.classObjectGetField<T extends StoredObject>A field to accept instances ofStoredObjects that are searchable using some keywords.classObjectSearcherField<T extends StoredObject>classObjectSearchField<T extends StoredObject>classObjectTextField<T extends StoredObject>classclassclassGeneric field to acceptQuantityvalues.classclassclassclassclassclassclassField to acceptTimestampvalues.classclassclassclassclassclass -
Uses of CustomField in com.storedobject.ui.accounts
Subclasses of CustomField in com.storedobject.ui.accounts -
Uses of CustomField in com.storedobject.ui.inventory
Subclasses of CustomField in com.storedobject.ui.inventoryModifier and TypeClassDescriptionclassAssemblyItemField<I extends InventoryItem>Field to accept an item that is fitted on an assembly.classclassItemField<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>classA field for inputtingMeasurementUnits. -
Uses of CustomField in com.storedobject.ui.tools
Subclasses of CustomField in com.storedobject.ui.tools -
Uses of CustomField in com.storedobject.ui.util
Subclasses of CustomField in com.storedobject.ui.utilModifier and TypeClassDescriptionclassAbstractQuantityField<T extends Quantity>classclassExtraInfoField<T extends StoredObject> -
Uses of CustomField in com.storedobject.vaadin
Subclasses of CustomField in com.storedobject.vaadinModifier and TypeClassDescriptionclassField to editBigDecimalvalues.classField to editBooleanvalues.classBoolean field displayed like a radio field.classAComboBoxstyle field with anIntegervalue type.classA field that allows you to select multiple values from a fixed list of Strings.classA "custom field" where the value is represented as a "text" using an internal text field.classA field to editDate.classA field to editDouble.classA field that accepts free format text and converts it into a value of specific type.classField to editInteger.classField to edit an IPv6 addresses.classField to edit an IP addresses.classA field that shows text from a list and the index of the list is treated as it value (So,AbstractField.getValue()returns anInteger).classLabelField<T>A field that displays one item from a list.classA field to edit legacyDate.classA field that shows text from a list and the index of the list is treated as it value (So,AbstractField.getValue()returns anInteger).classField to editLong.classField to accept valid MAC address.classRadio choice field.classA field that allows you to select multiple values from a fixed list of Strings.classTranslatedField<T,I> A field that translates value from the value of an internal field.classA class to process uploaded content. -
Uses of CustomField in com.storedobject.vaadin.util
Subclasses of CustomField in com.storedobject.vaadin.utilModifier and TypeClassDescriptionclassNumericField<T extends Number>An abstract class representing a numeric text field with support for various configurations, such as grouping, allowance of negative values, formatting, and specified width constraints.