java.lang.Object
org.xhtmlrenderer.simple.xhtml.controls.AbstractControl
org.xhtmlrenderer.simple.xhtml.controls.TextControl
- All Implemented Interfaces:
FormControl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xhtmlrenderer.simple.xhtml.controls.AbstractControl
addFormControlListener, collectText, fireChanged, fireEnabled, fireSuccessful, getElement, getForm, getInitialValue, getIntAttribute, getMultipleValues, getName, getValue, isEnabled, isHidden, isMultiple, isSuccessful, removeFormControlListener, reset, setEnabled, setInitialValue, setMultipleValues, setSuccessful, setValue
-
Field Details
-
DEFAULT_SIZE
public static final int DEFAULT_SIZE- See Also:
-
DEFAULT_ROWS
public static final int DEFAULT_ROWS- See Also:
-
-
Constructor Details
-
TextControl
-
-
Method Details
-
isMultiLine
public boolean isMultiLine() -
isPassword
public boolean isPassword() -
isReadOnly
public boolean isReadOnly() -
getSize
public int getSize() -
getRows
public int getRows() -
getMaxLength
public int getMaxLength()- Returns:
- the maximum length or
-1if not defined
-