|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.cpl.util.IlpExpansionType
public class IlpExpansionType
This class models the types of expansion supported by the graphic components.
The expansion type is used by the different graphic component adapters to identify whether an object is considered as a container or not, and how the expansion is supposed to be handled.
Compatibility Note: In JViews 8.0, this class was moved from
ilog.cpl.model.IlpObject to ilog.cpl.util.
IlpAbstractHierarchyAdapter.getExpansionType(ilog.cpl.model.IlpObject),
IlpExpansionStrategy| Nested Class Summary | |
|---|---|
static class |
IlpExpansionType.ExpansionTypeArrayEditor
Static property editor for the IlpExpansionType class. |
static class |
IlpExpansionType.ExpansionTypeEditor
Static property editor for the IlpExpansionType class. |
| Field Summary | |
|---|---|
static IlpExpansionType |
IN_PLACE
In place expansion. |
static IlpExpansionType |
IN_PLACE_MINIMAL_LOADING
Defines an in-place expansion that minimizes the loading of children. |
static IlEnumInfo |
metainfo
Metainformation about expansion type enumeration. |
static IlpExpansionType |
NO_EXPANSION
No expansion. |
| Constructor Summary | |
|---|---|
protected |
IlpExpansionType(String name)
Constructor |
| Method Summary |
|---|
| Methods inherited from class ilog.util.IlEnum |
|---|
getName, intern, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IlEnumInfo metainfo
public static final IlpExpansionType IN_PLACE
public static final IlpExpansionType NO_EXPANSION
public static final IlpExpansionType IN_PLACE_MINIMAL_LOADING
| Constructor Detail |
|---|
protected IlpExpansionType(String name)
name - Type name
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||