de.enough.polish.browser.html
Class HtmlSelect
java.lang.Object
de.enough.polish.browser.html.HtmlSelect
public class HtmlSelect
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SELECT
public static final String SELECT
- See Also:
- Constant Field Values
HtmlSelect
public HtmlSelect(String name,
int size,
boolean isMultiple,
Style style)
getName
public String getName()
getValue
public String getValue(int index)
addOption
public void addOption(String name)
addOption
public void addOption(String name,
String value,
boolean selected,
Style optionStyle)
getChoiceGroup
public ChoiceGroup getChoiceGroup()