ilog.cpl.table.selection
Class IlpTableSelectionMode

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.cpl.table.selection.IlpTableSelectionMode

public class IlpTableSelectionMode
extends IlEnum

This class enumerates the possible selection mode for a table view.

Since:
JTGO 3.0
See Also:
IlpTableView.setSelectionMode(ilog.cpl.table.selection.IlpTableSelectionMode)

Nested Class Summary
static class IlpTableSelectionMode.TableSelectionModeArrayEditor
          Static property editor for array of IlpTableSelectionMode class.
static class IlpTableSelectionMode.TableSelectionModeEditor
          Static property editor for the IlpTableSelectionMode class.
 
Field Summary
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 Summary
IlpTableSelectionMode()
          Default constructor.
IlpTableSelectionMode(String name)
          Constructor
 
Method Summary
 void setName(String name)
          Sets the name of this object.
 
Methods inherited from class ilog.util.IlEnum
getName, intern, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metainfo

public static final IlEnumInfo metainfo
Metainformation about selection mode enumeration.


EMPTY_SELECTION

public static final IlpTableSelectionMode EMPTY_SELECTION
Using this mode, there is no selection in a table view.


SINGLE_OBJECT_SELECTION

public static final IlpTableSelectionMode SINGLE_OBJECT_SELECTION
Using this mode, a single row can be selected in a table view.


MULTIPLE_OBJECTS_SELECTION

public static final IlpTableSelectionMode MULTIPLE_OBJECTS_SELECTION
Using this mode, multiple rows can be selected in a table view.


SINGLE_ATTRIBUTE_SELECTION

public static final IlpTableSelectionMode SINGLE_ATTRIBUTE_SELECTION
Using this mode, a single column can be selected in a table view.


MULTIPLE_ATTRIBUTES_SELECTION

public static final IlpTableSelectionMode MULTIPLE_ATTRIBUTES_SELECTION
Using this mode, multiple columns can be selected in a table view.


SINGLE_CELL_SELECTION

public static final IlpTableSelectionMode SINGLE_CELL_SELECTION
Using this mode, a single cell can be selected in a table view.


MULTIPLE_CELLS_SELECTION

public static final IlpTableSelectionMode MULTIPLE_CELLS_SELECTION
Using this mode, multiple cells can be selected in a table view.

Constructor Detail

IlpTableSelectionMode

public IlpTableSelectionMode(String name)
Constructor


IlpTableSelectionMode

public IlpTableSelectionMode()
Default constructor. This constructor is used by CSS styling mechanism and is not meant to be called directly.

Internal method or field: do not use!
Method Detail

setName

public void setName(String name)
Sets the name of this object. This method is used by CSS styling mechanism and is not meant to be called directly.

Overrides:
setName in class IlEnum
Internal method or field: do not use!


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.