@Deprecated public class IlpAttributeKeys extends Object
Modifier and Type | Field and Description |
---|---|
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. |
@Deprecated public static final IlpBooleanKey LabelVisible
labelVisible
instead.Default value: Boolean.TRUE
.
IlpAttributeCustomization.isLabelVisible()
@Deprecated public static final IlpBooleanKey CaptionLabelVisible
labelVisible
with
attribute
type selectors instead.Default value: Boolean.TRUE
.
IlpAttributeHeaderCustomization.isLabelVisible()
,
IlpAttributeCustomization.isCaptionLabelVisible()
@Deprecated public static final IlpStringKey CaptionLabelString
label
with
attribute
type selectors instead.Default value: none.
IlpAttributeHeaderCustomization.getLabel()
,
IlpAttributeCustomization.getCaptionLabel()
@Deprecated public static final IlpFontKey CaptionLabelFont
labelFont
with
attribute
type selectors instead.Default value: none.
IlpAttributeHeaderCustomization.getLabelFont()
@Deprecated public static final IlpColorKey CaptionLabelForegroundColor
labelForeground
with
attribute
type selectors instead.Default value: none.
IlpAttributeHeaderCustomization.getForeground()
@Deprecated public static final IlpColorKey CaptionLabelBackgroundColor
labelBackground
with
attribute
type selectors instead.Default value: none.
IlpAttributeHeaderCustomization.getBackground()
@Deprecated public static final IlpBooleanKey CaptionIconVisible
iconVisible
with
attribute
type selectors instead.Default value: Boolean.TRUE
.
IlpAttributeHeaderCustomization.isIconVisible()
@Deprecated public static final IlpImageKey CaptionIcon
icon
with
attribute
type selectors instead.Default value: none.
IlpAttributeHeaderCustomization.getIcon()
@Deprecated public static final IlpStringKey CaptionToolTipString
toolTipText
with
attribute
type selectors instead.Default value: none.
IlpAttributeHeaderCustomization.getToolTipText()
@Deprecated public static final IlpIntegerKey CaptionLabelPosition
labelPosition
with
attribute
type selectors instead.LabelPosition
are:IlvDirection.Bottom
IlvDirection.BottomLeft
IlvDirection.BottomRight
IlvDirection.Center
IlvDirection.Horizontal
IlvDirection.HorizontalCenter
IlvDirection.Left
IlvDirection.Right
IlvDirection.Top
IlvDirection.TopLeft
IlvDirection.TopRight
IlvDirection.Vertical
IlvDirection.VerticalCenter
Default value: IlvDirection.Right
.
IlpAttributeHeaderCustomization.getLabelPosition()
@Deprecated public static final IlpFloatKey CaptionLabelSpacing
labelSpacing
with
attribute
type selectors instead.Default value: 4
.
IlpAttributeHeaderCustomization.getLabelSpacing()
@Deprecated public static final IlpSwingConstantKey CaptionHorizontalAlignment
horizontalAlignment
with
attribute
type selectors instead.CAPTION_HORIZONTAL_ALIGNMENT
are:
Default value: SwingConstants.CENTER
.
IlpAttributeHeaderCustomization.getHorizontalAlignment()
@Deprecated public static final IlpSwingConstantKey CaptionVerticalAlignment
verticalAlignment
with
attribute
type selectors instead.CAPTION_VERTICAL_ALIGNMENT
are:
Default value: SwingConstants.CENTER
.
IlpAttributeHeaderCustomization.getVerticalAlignment()
@Deprecated public static final IlpIntegerKey CaptionLabelInsets
labelInsets
with
attribute
type selectors instead.Default value: 1
.
IlpAttributeHeaderCustomization.getLabelInsets()
@Deprecated public static final IlpStringKey LabelString
label
instead.Default value: none.
IlpAttributeCustomization.getLabel()
@Deprecated public static final IlpFontKey LabelFont
labelFont
instead.Default value: none.
IlpAttributeCustomization.getLabelFont()
@Deprecated public static final IlpColorKey LabelForegroundColor
labelForeground
instead.Default value: none.
IlpAttributeCustomization.getLabelForeground()
@Deprecated public static final IlpColorKey LabelBackgroundColor
labelBackground
instead.Default value: none.
IlpAttributeCustomization.getLabelBackground()
@Deprecated public static final IlpIntegerKey LabelPosition
labelPosition
instead.LabelPosition
are:
Default value: IlvDirection.Right
.
IlpAttributeCustomization.getLabelPosition()
@Deprecated public static final IlpColorKey FocusBorderColor
focusBorderColor
instead.Default value: none.
IlpAttributeCustomization.getFocusBorderColor()
,
FocusBorderThickness
@Deprecated public static final IlpIntegerKey FocusBorderThickness
focusBorderWidth
instead.Default value: 1
.
FocusBorderColor
,
IlpAttributeCustomization.getFocusBorderWidth()
@Deprecated public static final IlpFloatKey LabelSpacing
labelSpacing
instead.Default value: 4
.
IlpAttributeCustomization.getLabelSpacing()
@Deprecated public static final IlpSwingConstantKey HorizontalAlignment
horizontalAlignment
instead.HORIZONTAL_ALIGNMENT
are:
Default value: SwingConstants.LEFT
.
IlpAttributeCustomization.getHorizontalAlignment()
@Deprecated public static final IlpIntegerKey LabelInsets
labelInsets
instead.Default value: 1
.
IlpAttributeCustomization.getLabelInsets()
@Deprecated public static final IlpBooleanKey GraphicExpandsInCell
Default value: true
.
@Deprecated public static final IlpBooleanKey IconVisible
iconVisible
instead.Default value: true
.
IlpAttributeCustomization.isIconVisible()
@Deprecated public static final IlpImageKey Icon
icon
instead.Default value: none.
IlpAttributeCustomization.getIcon()
@Deprecated public static final IlpRendererKey GraphicRenderer
graphicRenderer
instead.Default value: none.
IlpAttributeCustomization.getGraphicRenderer()
@Deprecated public static final IlpColorKey SelectionForegroundColor
labelForeground
with pseudoclass
selected
instead.Default value: none.
IlpAttributeCustomization.getLabelForeground()
@Deprecated public static final IlpColorKey SelectionBackgroundColor
labelBackground
with pseudoclass
selected
instead.Default value: none.
IlpAttributeCustomization.getLabelBackground()
@Deprecated public static final IlpSwingConstantKey VerticalAlignment
verticalAlignment
instead.VERTICAL_ALIGNMENT
are:
Default value: SwingConstants.CENTER
.
IlpAttributeCustomization.getVerticalAlignment()
@Deprecated public static final IlpStringKey ToolTipString
toolTipText
instead.Default value: none.
IlpAttributeCustomization.getToolTipText()
,
IlpToolTipManager
@Deprecated public static final IlpRendererKey ToolTipRenderer
toolTipGraphic
instead.TOOLTIP_STRING
.
Default value: none.
IlpAttributeCustomization.getToolTipRenderer()
,
IlpToolTipManager
@Deprecated public static final IlpKey ToolTipGraphic
toolTipGraphic
instead.toolTipText
.
Default value: none
@Deprecated public static final IlpBooleanKey VisibleInSystemWindow
visibleInSystemWindow
instead.true
and is
not represented by any other decoration.IlpAttributeCustomization.isVisibleInSystemWindow()
@Deprecated public static final IlpBooleanKey Visible
visible
with
attribute
type selectors instead.Default value: true
.
IlpAttributeHeaderCustomization.isVisible()
@Deprecated public static final IlpIntegerKey PreferredWidth
preferredWidth
with
attribute
type selectors instead.Default value: -1
.
IlpAttributeHeaderCustomization.getPreferredWidth()
@Deprecated public static final IlpEnumKey SortingMode
sortingMode
with
attribute
type selectors instead.Default value: IlpSortingMode.NONE
.
IlpAttributeHeaderCustomization.getSortingMode()
@Deprecated public static final IlpIntegerKey SortingPriority
sortingPriority
with
attribute
type selectors instead.Default value : 0
.
IlpAttributeHeaderCustomization.getSortingPriority()
@Deprecated public static final IlpBooleanKey SortingUsingDisplayValues
sortingUsingDisplayValues
with
attribute
type selectors instead.Default value : false
.
IlpAttributeHeaderCustomization.isSortingUsingDisplayValues()
@Deprecated public static final IlpBooleanKey UseDefaultCellRenderer
useDefaultCellRenderer
instead.IlpAttributeCustomization.isUseDefaultCellRenderer()
,
IltObjectCustomization.isUseDefaultCellRenderer()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.