C G I S U
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.
- 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.
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.
I
- isInvalid() - Method in class com.vaadin.flow.component.customfield.CustomField
-
This property is set to true when the control value is invalid.
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 and updates the model.
C G I S U
Copyright © 2018–2019 Vaadin Ltd. All rights reserved.