@Deprecated public interface IlpTableKeys
Modifier and Type | Field and Description |
---|---|
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.
|
@Deprecated static final IlpEnumKey AutoResizeMode
autoResizeMode
in the table
configuration instead.IlpTableResizeMode
for valid values.
Default value is AUTO_RESIZE_OFF
.IlpTableView.setAutoResizeMode(ilog.cpl.table.IlpTableResizeMode)
@Deprecated static final IlpEnumKey SelectionMode
selectionMode
in the table
configuration instead.IlpTableView.setSelectionMode(ilog.cpl.table.selection.IlpTableSelectionMode)
for valid values.
Default value is IlpTableSelectionMode.MULTIPLE_OBJECTS_SELECTION
.IlpTableView.setSelectionMode(ilog.cpl.table.selection.IlpTableSelectionMode)
@Deprecated static final IlpColorKey BackgroundColor
background
in the table
configuration instead.Default value: none.
@Deprecated static final IlpBooleanKey UseGraphicRenderer
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
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.