Index

A C G L R S U V 
All Classes and Interfaces|All Packages|Serialized Form

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 HasValue whose UI content can be constructed by the user, enabling the creation of e.g. form fields by composing Vaadin components.
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.
CustomField(T, boolean) - Constructor for class com.vaadin.flow.component.customfield.CustomField
Constructs a new custom field.
CustomFieldVariant - Enum Class in com.vaadin.flow.component.customfield
The set of theme variants applicable to the vaadin-custom-field component.

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.
getLabel() - Method in class com.vaadin.flow.component.customfield.CustomField
Gets the label for the field.
getVariantName() - Method in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
Gets the variant name.

L

LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
 
LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
 
LUMO_WHITESPACE - Enum constant in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
 

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

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 class com.vaadin.flow.component.customfield.CustomFieldVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
Returns an array containing the constants of this enum class, in the order they are declared.
A C G L R S U V 
All Classes and Interfaces|All Packages|Serialized Form