Package | Description |
---|---|
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.cpl.style.key |
Deprecated Provides a set of keys used to identify values within styles.
|
Modifier and Type | Method and Description |
---|---|
Integer[] |
IlpAbstractStyle.getIntegerArray(IlpIntegerArrayKey key)
Deprecated.
Returns the
Integer[] value of a given key in this style. |
Integer[] |
IlpAbstractStyle.getIntegerArray(IlpIntegerArrayKey key,
int[] defaultValue)
Deprecated.
Returns the
Integer[] value of a given key in this style. |
Integer[] |
IlpAbstractStyle.getIntegerArray(IlpIntegerArrayKey key,
Integer[] defaultValue)
Deprecated.
Returns the
Integer[] value of a given key in this style. |
void |
IlpAbstractStyle.setIntegerArray(IlpIntegerArrayKey key,
int[] value)
Deprecated.
Changes the
int[] local value of a given property in this
style. |
void |
IlpAbstractStyle.setIntegerArray(IlpIntegerArrayKey key,
Integer[] value)
Deprecated.
Changes the
Integer[] local value of a given property in this
style. |
Modifier and Type | Field and Description |
---|---|
static IlpIntegerArrayKey |
IlpObjectKeys.DecorationOptions
Deprecated.
Adding new decorations is supported only for predefined
business objects. Use CSS property
children
instead. |
Modifier and Type | Method and Description |
---|---|
static IlpIntegerArrayKey |
IlpIntegerArrayKey.New(String name)
Deprecated.
Creates a new key for properties of type
java.lang.Integer[]
with a default value of null . |
static IlpIntegerArrayKey |
IlpIntegerArrayKey.New(String name,
int[] defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Integer[] . |
static IlpIntegerArrayKey |
IlpIntegerArrayKey.New(String name,
Integer[] defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Integer[] . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.