org.wings
Interface SListSelectionModel

All Superinterfaces:
ListSelectionModel, SDelayedEventModel
All Known Implementing Classes:
SDefaultListSelectionModel

public interface SListSelectionModel
extends ListSelectionModel, SDelayedEventModel

For the current selection state of any component that display a list of values.

Author:
Armin Haaf

Field Summary
static int NO_SELECTION
          A value for the selection mode disallowing selection of any list element
 
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
 
Method Summary
 
Methods inherited from interface javax.swing.ListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, getAnchorSelectionIndex, getLeadSelectionIndex, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isSelectedIndex, isSelectionEmpty, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting
 
Methods inherited from interface org.wings.SDelayedEventModel
fireDelayedFinalEvents, fireDelayedIntermediateEvents, getDelayEvents, setDelayEvents
 

Field Detail

NO_SELECTION

static final int NO_SELECTION
A value for the selection mode disallowing selection of any list element

See Also:
Constant Field Values


wingS Swings ;-)