Uses of Class
com.storedobject.vaadin.CustomField
Packages that use CustomField
-
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.