public EditForm.Text(java.lang.String title,
java.lang.String name,
java.lang.String value,
int size,
int maxLength)
Method Detail
getSize
public int getSize()
getMaxLength
public int getMaxLength()
setSize
public void setSize(int size)
setMaxLength
public void setMaxLength(int max)
isPassword
public boolean isPassword()
setPassword
public void setPassword(boolean p)
setSubmitOnEnter
public void setSubmitOnEnter(java.lang.String submitOnEnter)
getSubmitOnEnter
public java.lang.String getSubmitOnEnter()
isReadOnly
public boolean isReadOnly()
setReadOnly
public void setReadOnly(boolean readOnly)
toHTML
public java.lang.String toHTML()
This generates HTML to be placed anywhere in a TD - just like the
genform genrates, but without the per-row style information.
Used to generate a "FormTable"