|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpTableKeys
This interface defines the style keys specific to the Table component.
| 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 |
|---|
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)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)static final IlpColorKey BackgroundColor
background in the table
configuration instead.Default value: none.
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
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||