Uses of Enum Class
com.jbstrap.ui.components.form.FormEncoding
Packages that use FormEncoding
-
Uses of FormEncoding in com.jbstrap.ui.components.form
Methods in com.jbstrap.ui.components.form that return FormEncodingModifier 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.Methods in com.jbstrap.ui.components.form with parameters of type FormEncodingModifier and TypeMethodDescriptionfinal Form
Form.setFormEncode
(FormEncoding encode) Sets the form encoding.Constructors in com.jbstrap.ui.components.form with parameters of type FormEncodingModifierConstructorDescriptionForm
(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.