Uses of Enum Class
com.jbstrap.ui.components.form.FormMethod
Packages that use FormMethod
-
Uses of FormMethod in com.jbstrap.ui.components.form
Methods in com.jbstrap.ui.components.form that return FormMethodModifier 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.Methods in com.jbstrap.ui.components.form with parameters of type FormMethodModifier and TypeMethodDescriptionfinal Form
Form.setFormMethod
(FormMethod method) Sets the form method.Constructors in com.jbstrap.ui.components.form with parameters of type FormMethodModifierConstructorDescriptionForm
(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.