ilog.cpl.table
Interface IlpTableKeys


Deprecated. The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information.

public interface IlpTableKeys

This interface defines the style keys specific to the Table component.

Since:
JTGO 3.0
Deprecated Since:
JTGO 3.5

Field Summary
static IlpEnumKey AutoResizeMode
          Deprecated. Use CSS property autoResizeMode in the table configuration instead.
static IlpColorKey BackgroundColor
          Deprecated. Use CSS property background in the table configuration instead.
static IlpEnumKey SelectionMode
          Deprecated. Use CSS property selectionMode in the table configuration instead.
static IlpBooleanKey UseGraphicRenderer
          Deprecated.  
 

Field Detail

AutoResizeMode

static final IlpEnumKey AutoResizeMode
Deprecated. Use CSS property autoResizeMode in the table configuration instead.
Defines the resize mode to be used by a table. See IlpTableResizeMode for valid values. Default value is AUTO_RESIZE_OFF.

See Also:
IlpTableView.setAutoResizeMode(ilog.cpl.table.IlpTableResizeMode)
Deprecated Since:
JTGO 3.5

SelectionMode

static final IlpEnumKey SelectionMode
Deprecated. Use CSS property selectionMode in the table configuration instead.
Defines the selection mode to be used by a table. See IlpTableView.setSelectionMode(ilog.cpl.table.selection.IlpTableSelectionMode) for valid values. Default value is IlpTableSelectionMode.MULTIPLE_OBJECTS_SELECTION.

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

BackgroundColor

static final IlpColorKey BackgroundColor
Deprecated. Use CSS property background in the table configuration instead.
Denotes the cell background color.

Default value: none.

Deprecated Since:
JTGO 3.5

UseGraphicRenderer

static final IlpBooleanKey UseGraphicRenderer
Deprecated. 
Defines whether the graphic renderer should have precedence over the label string whenever possible.

When showing an object inside a table, the attributes may be represented using the key IlpAttribute.LabelString or IlpAttribute.GraphicRenderer. If this key is set to true, the graphic renderer information will have precedence over the label string, when both values are set.

Default value: true

Since:
JTGO 3.0
Internal method or field: do not use!
Deprecated Since:
JTGO 3.5


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