public class IlpInteractorRenderer extends IlpAbstractTreeInteractorRenderer implements ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
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; }
Constructor and Description |
---|
IlpInteractorRenderer()
Create an instance of the interactor renderer.
|
getCSSID, getObjectInteractor, getObjectInteractor, getViewInteractor, reset, setObjectInteractor, setObjectInteractor, setViewInteractor
attach, detach, getContext, getViewSupport, isRendererEnabled, setRendererEnabled
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.