This member of Class WaveLinkScreen is supported on: CE
The createCombobox Method creates a combobox widget.
Syntax
public ComboboxHandle createCombobox(Region r,
java.lang.String name,
int selected,
WidgetOptions options,
WaveLinkListener listener)
Parameters
r |
The widget region |
name |
The menu name |
selected |
The initial selected index |
options |
The widget options or null for the screen default |
listener |
The WaveLinkListener or null for none |
Returns
ComboboxHandle
Throws
WaveLinkError
Remarks
WidgetOptions are inherited from the screen, but can be overridden by the supplied WidgetOptions object.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other