Package | Description |
---|---|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
Modifier and Type | Method and Description |
---|---|
OptGroup |
Select.addOptGroup(String inLabel) |
OptGroup |
OptGroup.addStyle(String inValue) |
OptGroup |
OptGroup.setClass(String inValue) |
OptGroup |
OptGroup.setDisabled(boolean inValue) |
OptGroup |
OptGroup.setId(String inValue) |
OptGroup |
OptGroup.setLabel(String inValue) |
OptGroup |
OptGroup.setStyle(CharSequence inValue) |
jataylor@hairyfatguy.com