|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OptionBuilder
Builds an option element.
Method Summary | |
---|---|
OptionBuilder |
defaultSelected()
Represents the value of the HTML selected attribute. |
OptionBuilder |
disabled()
Prevents the user from selecting this option. |
OptionBuilder |
label(java.lang.String label)
Option label for use in menus. |
OptionBuilder |
selected()
Represents the current state of the corresponding form control, in an interactive user agent. |
OptionBuilder |
value(java.lang.String value)
The current form control value. |
Method Detail |
---|
OptionBuilder defaultSelected()
OptionBuilder disabled()
OptionBuilder label(java.lang.String label)
OptionBuilder selected()
OptionBuilder value(java.lang.String value)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |