|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpAbstractTreeAdapterCustomization
This interface externalizes the properties of an
IlpAbstractTreeAdapter which can be configured
using cascading style sheets.
It can be configured like this in a CSS file:
Adapter {
nodeFactory: @+MyNodeFactory;
}
Subobject#MyNodeFactory {
class: custom.node.NodeFactory;
}
| Method Summary | |
|---|---|
Comparator |
getComparator()
Returns the comparator used to sort the tree nodes Note: This property can be customized using CSS, as illustrated below: Adapter { comparator: @+comparatorDef; } Subobject#comparatorDef { class: ...; } |
IlpTreeNodeFactory |
getNodeFactory()
Returns the node factory property. |
| Methods inherited from interface ilog.cpl.datasource.css.IlpHierarchyAdapterCustomization |
|---|
getAcceptedClasses, getExpansionStrategyFactory, getOrigin, isShowOrigin |
| Methods inherited from interface ilog.cpl.datasource.css.IlpAdapterCustomization |
|---|
getExcludedClasses, getFilter |
| Method Detail |
|---|
IlpTreeNodeFactory getNodeFactory()
Note: This property can be customized using CSS, as illustrated below:
Adapter {
nodeFactory: @+factoryDef;
}
Subobject#factoryDef {
class: ...;
}
Comparator getComparator()
Note: This property can be customized using CSS, as illustrated below:
Adapter {
comparator: @+comparatorDef;
}
Subobject#comparatorDef {
class: ...;
}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||