SelectionStyle Class

SelectionStyle Class

This Package | All Packages

Enum
  |
  +--SelectionStyle
public class SelectionStyle
extends Enum

Topic under construction.

Fields
Name Description
MAX Topic under construction.
MIN Topic under construction.
MULTI_EXTENDED Indicates that more than one item at a time can be selected, and keyboard combinations (such as SHIFT and CTRL) can be used to help in selection.
MULTI_SIMPLE Indicates that more than one item at a time can be selected.
NONE Indicates that no items can be selected.
ONE Indicates that only one item at a time can be selected.

Fields

SelectionStyle.MAX

Syntax
public static final int MAX;
Description
Topic under construction.

SelectionStyle.MIN

Syntax
public static final int MIN;
Description
Topic under construction.

SelectionStyle.MULTI_EXTENDED

Syntax
public static final int MULTI_EXTENDED;
Description
Indicates that more than one item at a time can be selected, and keyboard combinations (such as SHIFT and CTRL) can be used to help in selection.

SelectionStyle.MULTI_SIMPLE

Syntax
public static final int MULTI_SIMPLE;
Description
Indicates that more than one item at a time can be selected.

SelectionStyle.NONE

Syntax
public static final int NONE;
Description
Indicates that no items can be selected.

SelectionStyle.ONE

Syntax
public static final int ONE;
Description
Indicates that only one item at a time can be selected.