A C G I L O R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Component...) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Adds the given components as children of this component.
- addThemeVariants(CustomFieldVariant...) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Adds theme variants to the component.
C
- com.vaadin.flow.component.customfield - package com.vaadin.flow.component.customfield
- CustomField<T> - Class in com.vaadin.flow.component.customfield
-
A
HasValuewhose UI content can be constructed by the user, enabling the creation of e.g. - CustomField() - Constructor for class com.vaadin.flow.component.customfield.CustomField
-
Default constructor.
- CustomField(T) - Constructor for class com.vaadin.flow.component.customfield.CustomField
-
Constructs a new custom field.
- CustomFieldVariant - Enum in com.vaadin.flow.component.customfield
-
The set of theme variants applicable to the
vaadin-custom-fieldcomponent.
G
- generateModelValue() - Method in class com.vaadin.flow.component.customfield.CustomField
-
This method should return the value of the field, based on value of the internal fields.
- getErrorMessage() - Method in class com.vaadin.flow.component.customfield.CustomField
- getLabel() - Method in class com.vaadin.flow.component.customfield.CustomField
-
Gets the label for the field.
- getVariantName() - Method in enum com.vaadin.flow.component.customfield.CustomFieldVariant
-
Gets the variant name.
I
- isInvalid() - Method in class com.vaadin.flow.component.customfield.CustomField
-
This property is set to true when the control value is invalid.
L
- LUMO_HELPER_ABOVE_FIELD - com.vaadin.flow.component.customfield.CustomFieldVariant
- LUMO_SMALL - com.vaadin.flow.component.customfield.CustomFieldVariant
- LUMO_WHITESPACE - com.vaadin.flow.component.customfield.CustomFieldVariant
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.customfield.CustomField
R
- remove(Component...) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Removes the given child components from this component.
- removeThemeVariants(CustomFieldVariant...) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Removes theme variants from the component.
S
- setErrorMessage(String) - Method in class com.vaadin.flow.component.customfield.CustomField
- setInvalid(boolean) - Method in class com.vaadin.flow.component.customfield.CustomField
-
This property is set to true when the control value is invalid.
- setLabel(String) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Sets the label for the field.
- setPresentationValue(T) - Method in class com.vaadin.flow.component.customfield.CustomField
-
This method should be implemented to set the value of the fields contained in this custom field according to the value of the parameter.
U
- updateValue() - Method in class com.vaadin.flow.component.customfield.CustomField
-
Regenerates the value by calling
CustomField.generateModelValue()and updates the model.
V
- valueOf(String) - Static method in enum com.vaadin.flow.component.customfield.CustomFieldVariant
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vaadin.flow.component.customfield.CustomFieldVariant
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages