ilog.cpl.style.key
Class IlpAttributeKeys

java.lang.Object
  extended by ilog.cpl.style.key.IlpAttributeKeys

Deprecated. Use CSS properties instead.

public class IlpAttributeKeys
extends Object

This class contains style keys used for attributes in in the Table, Network and Equipment components.

Since:
JViews 8.0
Deprecated Since:
JTGO 3.5

Field Summary
static IlpSwingConstantKey CaptionHorizontalAlignment
          Deprecated. Use CSS property horizontalAlignment with attribute type selectors instead.
static IlpImageKey CaptionIcon
          Deprecated. Use CSS property icon with attribute type selectors instead.
static IlpBooleanKey CaptionIconVisible
          Deprecated. Use CSS property iconVisible with attribute type selectors instead.
static IlpColorKey CaptionLabelBackgroundColor
          Deprecated. Use CSS property labelBackground with attribute type selectors instead.
static IlpFontKey CaptionLabelFont
          Deprecated. Use CSS property labelFont with attribute type selectors instead.
static IlpColorKey CaptionLabelForegroundColor
          Deprecated. Use CSS property labelForeground with attribute type selectors instead.
static IlpIntegerKey CaptionLabelInsets
          Deprecated. Use CSS property labelInsets with attribute type selectors instead.
static IlpIntegerKey CaptionLabelPosition
          Deprecated. Use CSS property labelPosition with attribute type selectors instead.
static IlpFloatKey CaptionLabelSpacing
          Deprecated. Use CSS property labelSpacing with attribute type selectors instead.
static IlpStringKey CaptionLabelString
          Deprecated. Use CSS property label with attribute type selectors instead.
static IlpBooleanKey CaptionLabelVisible
          Deprecated. Use CSS property labelVisible with attribute type selectors instead.
static IlpStringKey CaptionToolTipString
          Deprecated. Use CSS property toolTipText with attribute type selectors instead.
static IlpSwingConstantKey CaptionVerticalAlignment
          Deprecated. Use CSS property verticalAlignment with attribute type selectors instead.
static IlpColorKey FocusBorderColor
          Deprecated. Use CSS property focusBorderColor instead.
static IlpIntegerKey FocusBorderThickness
          Deprecated. Use CSS property focusBorderWidth instead.
static IlpBooleanKey GraphicExpandsInCell
          Deprecated.  
static IlpRendererKey GraphicRenderer
          Deprecated. Use CSS property graphicRenderer instead.
static IlpSwingConstantKey HorizontalAlignment
          Deprecated. Use CSS property horizontalAlignment instead.
static IlpImageKey Icon
          Deprecated. Use CSS property icon instead.
static IlpBooleanKey IconVisible
          Deprecated. Use CSS property iconVisible instead.
static IlpColorKey LabelBackgroundColor
          Deprecated. Use CSS property labelBackground instead.
static IlpFontKey LabelFont
          Deprecated. Use CSS property labelFont instead.
static IlpColorKey LabelForegroundColor
          Deprecated. Use CSS property labelForeground instead.
static IlpIntegerKey LabelInsets
          Deprecated. Use CSS property labelInsets instead.
static IlpIntegerKey LabelPosition
          Deprecated. Use CSS property labelPosition instead.
static IlpFloatKey LabelSpacing
          Deprecated. Use CSS property labelSpacing instead.
static IlpStringKey LabelString
          Deprecated. Use CSS property label instead.
static IlpBooleanKey LabelVisible
          Deprecated. Use CSS property labelVisible instead.
static IlpIntegerKey PreferredWidth
          Deprecated. Use CSS property preferredWidth with attribute type selectors instead.
static IlpColorKey SelectionBackgroundColor
          Deprecated. Use CSS property labelBackground with pseudoclass selected instead.
static IlpColorKey SelectionForegroundColor
          Deprecated. Use CSS property labelForeground with pseudoclass selected instead.
static IlpEnumKey SortingMode
          Deprecated. Use CSS property sortingMode with attribute type selectors instead.
static IlpIntegerKey SortingPriority
          Deprecated. Use CSS property sortingPriority with attribute type selectors instead.
static IlpBooleanKey SortingUsingDisplayValues
          Deprecated. Use CSS property sortingUsingDisplayValues with attribute type selectors instead.
static IlpKey ToolTipGraphic
          Deprecated. Use CSS property toolTipGraphic instead.
static IlpRendererKey ToolTipRenderer
          Deprecated. Use CSS property toolTipGraphic instead.
static IlpStringKey ToolTipString
          Deprecated. Use CSS property toolTipText instead.
static IlpBooleanKey UseDefaultCellRenderer
          Deprecated. Use CSS property useDefaultCellRenderer instead.
static IlpSwingConstantKey VerticalAlignment
          Deprecated. Use CSS property verticalAlignment instead.
static IlpBooleanKey Visible
          Deprecated. Use CSS property visible with attribute type selectors instead.
static IlpBooleanKey VisibleInSystemWindow
          Deprecated. Use CSS property visibleInSystemWindow instead.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LabelVisible

public static final IlpBooleanKey LabelVisible
Deprecated. Use CSS property labelVisible instead.
Indicates whether the label should be visible or not in the graphical representation of the attribute.

Default value: Boolean.TRUE.

See Also:
IlpAttributeCustomization.isLabelVisible()
Deprecated Since:
JTGO 3.5

CaptionLabelVisible

public static final IlpBooleanKey CaptionLabelVisible
Deprecated. Use CSS property labelVisible with attribute type selectors instead.
Denotes whether the label displayed in the header is visible.

Default value: Boolean.TRUE.

See Also:
IlpAttributeHeaderCustomization.isLabelVisible(), IlpAttributeCustomization.isCaptionLabelVisible()
Deprecated Since:
JTGO 3.5

CaptionLabelString

public static final IlpStringKey CaptionLabelString
Deprecated. Use CSS property label with attribute type selectors instead.
Denotes the text used as a label in the header.

Default value: none.

See Also:
IlpAttributeHeaderCustomization.getLabel(), IlpAttributeCustomization.getCaptionLabel()
Deprecated Since:
JTGO 3.5

CaptionLabelFont

public static final IlpFontKey CaptionLabelFont
Deprecated. Use CSS property labelFont with attribute type selectors instead.
Indicates the font used to display the label in the header.

Default value: none.

See Also:
IlpAttributeHeaderCustomization.getLabelFont()
Deprecated Since:
JTGO 3.5

CaptionLabelForegroundColor

public static final IlpColorKey CaptionLabelForegroundColor
Deprecated. Use CSS property labelForeground with attribute type selectors instead.
Indicates the foreground color of the label text in the header.

Default value: none.

See Also:
IlpAttributeHeaderCustomization.getForeground()
Deprecated Since:
JTGO 3.5

CaptionLabelBackgroundColor

public static final IlpColorKey CaptionLabelBackgroundColor
Deprecated. Use CSS property labelBackground with attribute type selectors instead.
Indicates the background color of the label text in the header.

Default value: none.

See Also:
IlpAttributeHeaderCustomization.getBackground()
Deprecated Since:
JTGO 3.5

CaptionIconVisible

public static final IlpBooleanKey CaptionIconVisible
Deprecated. Use CSS property iconVisible with attribute type selectors instead.
Indicates whether the icon is visible in the header.

Default value: Boolean.TRUE.

See Also:
IlpAttributeHeaderCustomization.isIconVisible()
Deprecated Since:
JTGO 3.5

CaptionIcon

public static final IlpImageKey CaptionIcon
Deprecated. Use CSS property icon with attribute type selectors instead.
Indicates the image used to create the icon in the header.

Default value: none.

See Also:
IlpAttributeHeaderCustomization.getIcon()
Deprecated Since:
JTGO 3.5

CaptionToolTipString

public static final IlpStringKey CaptionToolTipString
Deprecated. Use CSS property toolTipText with attribute type selectors instead.
Indicates the text used as tooltip in the header.

Default value: none.

See Also:
IlpAttributeHeaderCustomization.getToolTipText()
Deprecated Since:
JTGO 3.5

CaptionLabelPosition

public static final IlpIntegerKey CaptionLabelPosition
Deprecated. Use CSS property labelPosition with attribute type selectors instead.
Corresponds to the horizontal position of the text of the label, relative to the icon in the caption. Valid values for LabelPosition are:

Default value: IlvDirection.Right.

See Also:
IlpAttributeHeaderCustomization.getLabelPosition()
Deprecated Since:
JTGO 3.5

CaptionLabelSpacing

public static final IlpFloatKey CaptionLabelSpacing
Deprecated. Use CSS property labelSpacing with attribute type selectors instead.
Denotes the gap between the text of the label and the icon.

Default value: 4.

See Also:
IlpAttributeHeaderCustomization.getLabelSpacing()
Deprecated Since:
JTGO 3.5

CaptionHorizontalAlignment

public static final IlpSwingConstantKey CaptionHorizontalAlignment
Deprecated. Use CSS property horizontalAlignment with attribute type selectors instead.
Valid values for CAPTION_HORIZONTAL_ALIGNMENT are:

Default value: SwingConstants.CENTER.

See Also:
IlpAttributeHeaderCustomization.getHorizontalAlignment()
Deprecated Since:
JTGO 3.5

CaptionVerticalAlignment

public static final IlpSwingConstantKey CaptionVerticalAlignment
Deprecated. Use CSS property verticalAlignment with attribute type selectors instead.
Valid values for CAPTION_VERTICAL_ALIGNMENT are:

Default value: SwingConstants.CENTER.

See Also:
IlpAttributeHeaderCustomization.getVerticalAlignment()
Deprecated Since:
JTGO 3.5

CaptionLabelInsets

public static final IlpIntegerKey CaptionLabelInsets
Deprecated. Use CSS property labelInsets with attribute type selectors instead.
Denotes the distance (in pixels) from the label to its border.

Default value: 1.

See Also:
IlpAttributeHeaderCustomization.getLabelInsets()
Deprecated Since:
JTGO 3.5

LabelString

public static final IlpStringKey LabelString
Deprecated. Use CSS property label instead.
Denotes the text used as a label.

Default value: none.

See Also:
IlpAttributeCustomization.getLabel()
Deprecated Since:
JTGO 3.5

LabelFont

public static final IlpFontKey LabelFont
Deprecated. Use CSS property labelFont instead.
Denotes the font that will be used to display the label.

Default value: none.

See Also:
IlpAttributeCustomization.getLabelFont()
Deprecated Since:
JTGO 3.5

LabelForegroundColor

public static final IlpColorKey LabelForegroundColor
Deprecated. Use CSS property labelForeground instead.
Denotes the foreground color of the label text when the object is not selected.

Default value: none.

See Also:
IlpAttributeCustomization.getLabelForeground()
Deprecated Since:
JTGO 3.5

LabelBackgroundColor

public static final IlpColorKey LabelBackgroundColor
Deprecated. Use CSS property labelBackground instead.
Denotes the background color of the label text when the object is not selected.

Default value: none.

See Also:
IlpAttributeCustomization.getLabelBackground()
Deprecated Since:
JTGO 3.5

LabelPosition

public static final IlpIntegerKey LabelPosition
Deprecated. Use CSS property labelPosition instead.
Corresponds to the position of the text of the label, relative to the icon. Legal values for LabelPosition are:

Default value: IlvDirection.Right.

See Also:
IlpAttributeCustomization.getLabelPosition()
Deprecated Since:
JTGO 3.5

FocusBorderColor

public static final IlpColorKey FocusBorderColor
Deprecated. Use CSS property focusBorderColor instead.
Specifies the color of the border of the attribute when it has focus.

Default value: none.

See Also:
IlpAttributeCustomization.getFocusBorderColor(), FocusBorderThickness
Deprecated Since:
JTGO 3.5

FocusBorderThickness

public static final IlpIntegerKey FocusBorderThickness
Deprecated. Use CSS property focusBorderWidth instead.
Denotes the thickness of focus border.

Default value: 1.

See Also:
FocusBorderColor, IlpAttributeCustomization.getFocusBorderWidth()
Deprecated Since:
JTGO 3.5

LabelSpacing

public static final IlpFloatKey LabelSpacing
Deprecated. Use CSS property labelSpacing instead.
Denotes the spacing between the icon and the label.

Default value: 4.

See Also:
IlpAttributeCustomization.getLabelSpacing()
Deprecated Since:
JTGO 3.5

HorizontalAlignment

public static final IlpSwingConstantKey HorizontalAlignment
Deprecated. Use CSS property horizontalAlignment instead.
Valid values for HORIZONTAL_ALIGNMENT are:

Default value: SwingConstants.LEFT.

See Also:
IlpAttributeCustomization.getHorizontalAlignment()
Deprecated Since:
JTGO 3.5

LabelInsets

public static final IlpIntegerKey LabelInsets
Deprecated. Use CSS property labelInsets instead.
Denotes the insets (in pixels) of the attribute.

Default value: 1.

See Also:
IlpAttributeCustomization.getLabelInsets()
Deprecated Since:
JTGO 3.5

GraphicExpandsInCell

public static final IlpBooleanKey GraphicExpandsInCell
Deprecated. 
Indicates whether the graphic component used to render the attribute value will expand to fill its table cell or not.

Default value: true.

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

IconVisible

public static final IlpBooleanKey IconVisible
Deprecated. Use CSS property iconVisible instead.
Indicates whether the icon that is part of the graphical representation of the attribute is visible.

Default value: true.

See Also:
IlpAttributeCustomization.isIconVisible()
Deprecated Since:
JTGO 3.5

Icon

public static final IlpImageKey Icon
Deprecated. Use CSS property icon instead.
Indicates the image that will be displayed as the icon in the graphical representation of the attribute.

Default value: none.

See Also:
IlpAttributeCustomization.getIcon()
Deprecated Since:
JTGO 3.5

GraphicRenderer

public static final IlpRendererKey GraphicRenderer
Deprecated. Use CSS property graphicRenderer instead.
Corresponds to the renderer used for creating the graphic representations of attributes.

Default value: none.

See Also:
IlpAttributeCustomization.getGraphicRenderer()
Deprecated Since:
JTGO 3.5

SelectionForegroundColor

public static final IlpColorKey SelectionForegroundColor
Deprecated. Use CSS property labelForeground with pseudoclass selected instead.
Denotes the foreground color of the label text when the object is selected.

Default value: none.

See Also:
IlpAttributeCustomization.getLabelForeground()
Deprecated Since:
JTGO 3.5

SelectionBackgroundColor

public static final IlpColorKey SelectionBackgroundColor
Deprecated. Use CSS property labelBackground with pseudoclass selected instead.
Denotes the background color of the label text when the object is selected.

Default value: none.

See Also:
IlpAttributeCustomization.getLabelBackground()
Deprecated Since:
JTGO 3.5

VerticalAlignment

public static final IlpSwingConstantKey VerticalAlignment
Deprecated. Use CSS property verticalAlignment instead.
Valid values for VERTICAL_ALIGNMENT are:

Default value: SwingConstants.CENTER.

See Also:
IlpAttributeCustomization.getVerticalAlignment()
Deprecated Since:
JTGO 3.5

ToolTipString

public static final IlpStringKey ToolTipString
Deprecated. Use CSS property toolTipText instead.
Corresponds to the text used as tooltip for an object.

Default value: none.

See Also:
IlpAttributeCustomization.getToolTipText(), IlpToolTipManager
Deprecated Since:
JTGO 3.5

ToolTipRenderer

public static final IlpRendererKey ToolTipRenderer
Deprecated. Use CSS property toolTipGraphic instead.
Corresponds to the renderer used to create tooltips that are graphic instances. This key has precedence over TOOLTIP_STRING.

Default value: none.

See Also:
IlpAttributeCustomization.getToolTipRenderer(), IlpToolTipManager
Deprecated Since:
JTGO 3.5

ToolTipGraphic

public static final IlpKey ToolTipGraphic
Deprecated. Use CSS property toolTipGraphic instead.
Corresponds to the graphic used to create tooltips. This property has precedence over toolTipText.

Default value: none

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

VisibleInSystemWindow

public static final IlpBooleanKey VisibleInSystemWindow
Deprecated. Use CSS property visibleInSystemWindow instead.
Denotes whether an attribute should be added to the System Window or not. Attributes are only added to the System Window if this style value is true and is not represented by any other decoration.

See Also:
IlpAttributeCustomization.isVisibleInSystemWindow()
Deprecated Since:
JTGO 3.5

Visible

public static final IlpBooleanKey Visible
Deprecated. Use CSS property visible with attribute type selectors instead.
Defines whether a column is visible in a table.

Default value: true.

See Also:
IlpAttributeHeaderCustomization.isVisible()
Deprecated Since:
JTGO 3.5

PreferredWidth

public static final IlpIntegerKey PreferredWidth
Deprecated. Use CSS property preferredWidth with attribute type selectors instead.
Defines the width of a column in a table. The default width will be used if a negative value is specified.

Default value: -1.

See Also:
IlpAttributeHeaderCustomization.getPreferredWidth()
Deprecated Since:
JTGO 3.5

SortingMode

public static final IlpEnumKey SortingMode
Deprecated. Use CSS property sortingMode with attribute type selectors instead.
Defines whether this attribute is sorted in the table and, if so, in which direction.

Default value: IlpSortingMode.NONE.

See Also:
IlpAttributeHeaderCustomization.getSortingMode()
Deprecated Since:
JTGO 3.5

SortingPriority

public static final IlpIntegerKey SortingPriority
Deprecated. Use CSS property sortingPriority with attribute type selectors instead.
Defines the priority of this attribute in the sorting process of the table.

Default value : 0.

See Also:
IlpAttributeHeaderCustomization.getSortingPriority()
Deprecated Since:
JTGO 3.5

SortingUsingDisplayValues

public static final IlpBooleanKey SortingUsingDisplayValues
Deprecated. Use CSS property sortingUsingDisplayValues with attribute type selectors instead.
Defines whether the attribute is sorted using display values or raw values.

Default value : false.

See Also:
IlpAttributeHeaderCustomization.isSortingUsingDisplayValues()
Deprecated Since:
JTGO 3.5

UseDefaultCellRenderer

public static final IlpBooleanKey UseDefaultCellRenderer
Deprecated. Use CSS property useDefaultCellRenderer instead.
Defines whether the default cell renderer should be used to handle the rendering of cells in the table and tree component. This key is useful in the web components table, to disable the cell renderer of predefined business objects (which renders a tiny representation of the graphic object) so that the default (simpler and faster) renderer is used.

Since:
JTGO 4.0
See Also:
IlpAttributeCustomization.isUseDefaultCellRenderer(), IltObjectCustomization.isUseDefaultCellRenderer()
Internal method or field: do not use!
Deprecated Since:
JTGO 4.0


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