Methods Summary |
---|
public boolean | getEmptyOk()
|
public java.lang.String | getFormat()
|
public int | getMaxLength()
|
public java.lang.String | getName()
|
public int | getSize()
|
public int | getTabIndex()
|
public java.lang.String | getTitle()
|
public java.lang.String | getType()
|
public java.lang.String | getValue()
|
public java.lang.String | getXmlLang()
|
public void | setEmptyOk(boolean newValue)'emptyok' specifies whether a empty input is allowed when a
non-empty 'format' is specified. Default to be 'false'
(Section 11.6.3, WAP WML Version 16-Jun-1999)
|
public void | setFormat(java.lang.String newValue)'format' specifies the input mask for user input.
(Section 11.6.3, WAP WML Version 16-Jun-1999)
|
public void | setMaxLength(int newValue)'maxlength' specifies the maximum number of characters to be
enter.
(Section 11.6.3, WAP WML Version 16-Jun-1999)
|
public void | setName(java.lang.String newValue)'name' specifies the name of a variable after the user enters the text.
(Section 11.6.3, WAP WML Version 16-Jun-1999)
|
public void | setSize(int newValue)'size' specifies the width of the input in characters
(Section 11.6.3, WAP WML Version 16-Jun-1999)
|
public void | setTabIndex(int newValue)'tabindex' specifies the tabbing position of the element
(Section 11.6.1, WAP WML Version 16-Jun-1999)
|
public void | setTitle(java.lang.String newValue)'title' specifies a title for this element
(Section 11.6.3, WAP WML Version 16-Jun-1999)
|
public void | setType(java.lang.String newValue)'type' specifies the type of text input area.
Two values are allowed: 'text' and 'password' and default is 'text'
(Section 11.6.3, WAP WML Version 16-Jun-1999)
|
public void | setValue(java.lang.String newValue)'value' specifies the default value of the variable in 'name' attribute
(Section 11.6.3, WAP WML Version 16-Jun-1999)
|
public void | setXmlLang(java.lang.String newValue)'xml:lang' specifics the natural or formal language in which
the document is written.
(Section 8.8, WAP WML Version 16-Jun-1999)
|