:: com :: sun :: star :: view ::
|
unpublished |
enum SelectionType |
|
|
- Usage Restrictions
- not published
- 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
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.