| java.lang.Object com.salmonllc.html.HtmlOption
HtmlOption | public HtmlOption()(Code) | | This method is the default Constructor
|
getClassname | public String getClassname()(Code) | | Returns the classname.
String |
getDisplay | public String getDisplay()(Code) | | Returns the display.
String |
getStyle | public String getStyle()(Code) | | Returns the style.
String |
isSelected | public boolean isSelected()(Code) | | Returns the selected.
boolean |
setClassname | public void setClassname(String classname)(Code) | | Sets the classname.
Parameters: classname - The classname to set |
setDisplay | public void setDisplay(String display)(Code) | | Sets the display.
Parameters: display - The display to set |
setKey | public void setKey(String key)(Code) | | Sets the key.
Parameters: key - The key to set |
setSelected | public void setSelected(boolean selected)(Code) | | Sets the selected.
Parameters: selected - The selected to set |
setStyle | public void setStyle(String style)(Code) | | Sets the style.
Parameters: style - The style to set |
|
|