|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectBuilder
Builds an select element.
Method Summary | |
---|---|
SelectBuilder |
disabled()
Disable the select box. |
SelectBuilder |
multiple()
Allow multiple options to be selected. |
SelectBuilder |
name(java.lang.String name)
Form control or object name when submitted with a form. |
SelectBuilder |
selectedIndex(int index)
The ordinal index of the selected option, starting from 0. |
SelectBuilder |
size(int size)
Number of visible rows. |
SelectBuilder |
type(java.lang.String type)
The type of this form control. |
SelectBuilder |
value(java.lang.String value)
The current form control value (i.e., the value of the currently selected option), if multiple options are selected this is the value of the first selected option. |
Method Detail |
---|
SelectBuilder disabled()
SelectBuilder multiple()
SelectBuilder name(java.lang.String name)
SelectBuilder selectedIndex(int index)
SelectBuilder size(int size)
SelectBuilder type(java.lang.String type)
SelectBuilder 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 |