Package org.loboevolution.html.dom.input
Class FormInput
java.lang.Object
org.loboevolution.html.dom.input.FormInput
The FormInput class contains the state of an HTML form input item.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
EMPTY_ARRAY
The Constant EMPTY_ARRAY.
-
-
Constructor Details
-
FormInput
Constructs a FormInput with a text value.- Parameters:
name
- The name of the input.value
- The value of the input.
-
FormInput
Constructs a FormInput with a file value.- Parameters:
name
- The name of the input.value
- The value of the input.
-
-
Method Details