Methods Summary |
---|
public java.lang.String | getIName()
|
public java.lang.String | getIValue()
|
public boolean | getMultiple()
|
public java.lang.String | getName()
|
public int | getTabIndex()
|
public java.lang.String | getTitle()
|
public java.lang.String | getValue()
|
public java.lang.String | getXmlLang()
|
public void | setIName(java.lang.String newValue)'iname' specifies name of variable to be set with the index
result of selection.
(Section 11.6.2.1, WAP WML Version 16-Jun-1999)
|
public void | setIValue(java.lang.String newValue)'ivalue' specifies the default of the variable 'iname'
|
public void | setMultiple(boolean newValue)'multiple' indicates whether a list accept multiple selection
(Section 11.6.2.1, WAP WML Version 16-Jun-1999)
|
public void | setName(java.lang.String newValue)'name' specifies the name of variable to be set.
(Section 11.6.2.1, 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.2.1, WAP WML Version 16-Jun-1999)
|
public void | setValue(java.lang.String newValue)'value' specifics the default value of the variable of 'name'
(Section 11.6.2.1, 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)
|