Class FormsUtil
- java.lang.Object
-
- eu.domibus.connector.client.ui.form.FormsUtil
-
public class FormsUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FormsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.vaadin.flow.component.textfield.TextField
getFormattedRequiredTextField()
static com.vaadin.flow.component.textfield.TextArea
getFormattedTextArea()
static com.vaadin.flow.component.textfield.TextField
getFormattedTextField()
static com.vaadin.flow.component.textfield.TextField
getFormattedTextFieldReadOnly()
-
-
-
Method Detail
-
getFormattedTextFieldReadOnly
public static com.vaadin.flow.component.textfield.TextField getFormattedTextFieldReadOnly()
-
getFormattedTextField
public static com.vaadin.flow.component.textfield.TextField getFormattedTextField()
-
getFormattedRequiredTextField
public static com.vaadin.flow.component.textfield.TextField getFormattedRequiredTextField()
-
getFormattedTextArea
public static com.vaadin.flow.component.textfield.TextArea getFormattedTextArea()
-
-