public class IlpTableSelectionMode extends IlEnum
IlpTableView.setSelectionMode(ilog.cpl.table.selection.IlpTableSelectionMode)
Modifier and Type | Class and Description |
---|---|
static class |
IlpTableSelectionMode.TableSelectionModeArrayEditor
Static property editor for array of
IlpTableSelectionMode class. |
static class |
IlpTableSelectionMode.TableSelectionModeEditor
Static property editor for the
IlpTableSelectionMode class. |
Modifier and Type | Field and Description |
---|---|
static IlpTableSelectionMode |
EMPTY_SELECTION
Using this mode, there is no selection in a table view.
|
static IlEnumInfo |
metainfo
Metainformation about selection mode enumeration.
|
static IlpTableSelectionMode |
MULTIPLE_ATTRIBUTES_SELECTION
Using this mode, multiple columns can be selected in a table view.
|
static IlpTableSelectionMode |
MULTIPLE_CELLS_SELECTION
Using this mode, multiple cells can be selected in a table view.
|
static IlpTableSelectionMode |
MULTIPLE_OBJECTS_SELECTION
Using this mode, multiple rows can be selected in a table view.
|
static IlpTableSelectionMode |
SINGLE_ATTRIBUTE_SELECTION
Using this mode, a single column can be selected in a table view.
|
static IlpTableSelectionMode |
SINGLE_CELL_SELECTION
Using this mode, a single cell can be selected in a table view.
|
static IlpTableSelectionMode |
SINGLE_OBJECT_SELECTION
Using this mode, a single row can be selected in a table view.
|
Constructor and Description |
---|
IlpTableSelectionMode()
Default constructor.
|
IlpTableSelectionMode(String name)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
setName(String name)
Sets the name of this object.
|
public static final IlEnumInfo metainfo
public static final IlpTableSelectionMode EMPTY_SELECTION
public static final IlpTableSelectionMode SINGLE_OBJECT_SELECTION
public static final IlpTableSelectionMode MULTIPLE_OBJECTS_SELECTION
public static final IlpTableSelectionMode SINGLE_ATTRIBUTE_SELECTION
public static final IlpTableSelectionMode MULTIPLE_ATTRIBUTES_SELECTION
public static final IlpTableSelectionMode SINGLE_CELL_SELECTION
public static final IlpTableSelectionMode MULTIPLE_CELLS_SELECTION
public IlpTableSelectionMode(String name)
public IlpTableSelectionMode()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.