superwaba.ext.xplat.html.ui
Interface ControllableSelectable
- All Known Implementing Classes:
- ComboBox, ListBox
- public interface ControllableSelectable
- extends Controllable
Interface to selectable graphic controls.
|
Method Summary |
void |
add(java.lang.String text,
java.lang.String key,
boolean selected)
Add a new selectable option to this Controllable |
add
public void add(java.lang.String text,
java.lang.String key,
boolean selected)
- Add a new selectable option to this Controllable
- Parameters:
text - String to addkey - Associated keyselected - true if this item is selected by default