Method Summary |
|
public void | addChangeListener(ChangeListener l) Adds a ChangeListenerb to the selection model, which will
be notified when the selection changes. |
public void | clearSelection() Deselects all items. |
public int | getMaxSelectedIndex() Returns the maximum selected index. |
public int | getMinSelectedIndex() Returns the minimum selected index. |
public int | getSelectionMode() Returns the selection mode. |
public boolean | isSelectedIndex(int index) Determines whether an index is selected. |
public boolean | isSelectionEmpty() Determines if no items are selected. |
public void | removeChangeListener(ChangeListener l) Removes a ChangeListener from being notified of when the
selection changes. |
public void | setSelectedIndex(int index, boolean selected) Sets the selection state of the given index. |
public void | setSelectionMode(int selectionMode) Sets the selection mode. |