borland Packages Class Hierarchy internetbeans Package
java.lang.Object +----com.borland.internetbeans.IxComponent +----com.borland.internetbeans.AbstractIxDataWidget +----com.borland.internetbeans.AbstractIxControl +----com.borland.internetbeans.AbstractIxInput +----com.borland.internetbeans.IxTextField +----com.borland.internetbeans.IxPassword
Variables Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable
Represents an input field.
XHTML: <input type="text" />
public static final String INPUT_TYPE = "text"Value of TYPE attribute for this class of INPUT element.
public int getMaxLength() public void setMaxLength(int newMaxLength)Maximum length of text to enter.
protected void assembleTagAttributes(OutputWrapper outWrap)Calls
AbstractIxInput.assembleTagAttributes
to generate the the TYPE, NAME, and VALUE attributes; then generates the MAXLENGTH attribute if it's greater than zero.
outWrap
protected String getInputType()Value of TYPE attribute for this class of INPUT element.
public void mergeTag(String tagName, Map attributes, boolean empty)Called by
PageProducer
; do not call directly. Reads and stores the value of the MAXLENGTH attribute, then calls super
.
tagName
attributes
empty