Uses of Enum Class
com.jbstrap.ui.components.form.FormMethod
-
Uses of FormMethod in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptionstatic FormMethod
Determines the form method, specified by its namefinal FormMethod
Form.getFormMethod()
Gets the form methodstatic FormMethod
Returns the enum constant of this class with the specified name.static FormMethod[]
FormMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal Form
Form.setFormMethod
(FormMethod method) Sets the form method.ModifierConstructorDescriptionForm
(FormMethod method) Creates an empty form component, and sets the form send type.Form
(FormMethod method, String language) Creates an empty form component, sets the form send type and language code.Form
(String action, FormMethod method, FormEncoding encode) Creates an empty form, with the specified action, encoding, and method.Form
(String action, FormMethod method, FormEncoding encode, String language) Creates an empty form, with the specified action, encoding, method and language.Form
(String id, String action, FormMethod method, FormEncoding encode) Creates an empty form, with the specified action, encoding, and method.Form
(String id, String action, FormMethod method, FormEncoding encode, String language) Creates an empty form, with the specified action, encoding, method and language.