Uses of Enum Class
com.jbstrap.ui.components.form.FormEncoding
-
Uses of FormEncoding in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptionstatic FormEncoding
Determines the method, based on the specified HTML ID stringForm.getFormEncode()
Gets the form encoding.static FormEncoding
Returns the enum constant of this class with the specified name.static FormEncoding[]
FormEncoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal Form
Form.setFormEncode
(FormEncoding encode) Sets the form encoding.ModifierConstructorDescriptionForm
(FormEncoding encode) Creates an empty form component, with the specified encoding.Form
(FormEncoding encode, String language) Creates an empty form component, with the specified encoding and language code.Form
(String id, FormEncoding encode) Creates an empty form component, with the specified encoding.Form
(String id, FormEncoding encode, String language) Creates an empty form component, with the specified encoding 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.