:: com :: sun :: star :: view ::

enum SelectionType
Description
Specifies a selection type for a view that supports a selection model.

Values
NONE No selection is possible.  
SINGLE The selection can only contain one or zero objects.  
MULTI The selection can contain zero or more objects.  
RANGE The selection can contain zero or more objects.  
Values' Details
NONE
NONE,
Description
No selection is possible.

The selection is always empty.

SINGLE
SINGLE,
Description
The selection can only contain one or zero objects.
MULTI
MULTI,
Description
The selection can contain zero or more objects.
RANGE
RANGE,
Description
The selection can contain zero or more objects.

all selected objects must be part of a continues range

Top of Page