de.enough.polish.browser.html
Class HtmlSelect

java.lang.Object
  extended by de.enough.polish.browser.html.HtmlSelect

public class HtmlSelect
extends Object


Field Summary
static String SELECT
           
 
Constructor Summary
HtmlSelect(String name, int size, boolean isMultiple, Style style)
           
 
Method Summary
 void addOption(String name)
           
 void addOption(String name, String value, boolean selected, Style optionStyle)
           
 ChoiceGroup getChoiceGroup()
           
 String getName()
           
 String getValue(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT

public static final String SELECT
See Also:
Constant Field Values
Constructor Detail

HtmlSelect

public HtmlSelect(String name,
                  int size,
                  boolean isMultiple,
                  Style style)
Method Detail

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()