ilog.cpl.tree.renderer
Class IlpInteractorRenderer
java.lang.Object
ilog.cpl.tree.renderer.IlpAbstractTreeViewRenderer
ilog.cpl.tree.renderer.IlpAbstractTreeInteractorRenderer
ilog.cpl.tree.renderer.IlpInteractorRenderer
- All Implemented Interfaces:
- ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
public class IlpInteractorRenderer
- extends IlpAbstractTreeInteractorRenderer
- implements ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
This class gives control over the interactors of a
tree component.
This class shows all the properties that can be customized in
the tree controller using cascading style sheets.
The CSS configuration can be applied to the tree component, using
IlpTreeView.setStyleSheets(java.lang.String[]).
To customize the tree controller configuration programmatically,
use IlpTreeController.
This class is a CSS stylable JavaBean. It can be configured like this in
a CSS file:
Interactor {
viewInteractor : @+viewInt;
}
Subobject#viewInt {
class: 'ilog.cpl.interactor.IlpDefaultViewInteractor';
}
When the interactor renderer is enabled, it is also possible to
define interactors that are associated to business objects. Tree node
interactors can be customized in the following way:
object."business class name" {
interactor: @+objInter;
}
Subobject#objInter {
class: ilog.cpl.interactor.IlpDefaultObjectInteractor;
}
- Since:
- JTGO 4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer |
getObjectInteractor, getObjectInteractor, getViewInteractor, isRendererEnabled, setObjectInteractor, setObjectInteractor, setViewInteractor |
IlpInteractorRenderer
public IlpInteractorRenderer()
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.