Class InputElement

java.lang.Object

@TagName("input") public class InputElement extends Element
Form control. Note: Depending upon the environment in which the page is being viewed, the value property may be read-only for the file upload input type. For the "password" input type, the actual value returned may be masked to prevent unauthorized use.
See Also: