public abstract class IlpAbstractTreeInteractorRenderer extends IlpAbstractTreeViewRenderer implements ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
IlpTreeView
.
When a configuration is read from a CSS file, each renderer is customized through the values set for its CSS configuration object.
IlpAbstractTreeViewRenderer
,
IlpInteractorRenderer
Modifier | Constructor and Description |
---|---|
protected |
IlpAbstractTreeInteractorRenderer()
Create an instance of the interactor renderer.
|
Modifier and Type | Method and Description |
---|---|
String |
getCSSID()
Returns the CSS identifier of this renderer.
|
IlpObjectInteractor |
getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object.
|
IlpObjectInteractor |
getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.
|
IlpViewInteractor |
getViewInteractor()
Returns the interactor currently set in the tree view.
|
void |
reset()
Resets all settings of this renderer.
|
void |
setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.
|
void |
setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object.
|
void |
setViewInteractor(IlpViewInteractor v)
Sets the interactor in the Tree View.
|
attach, detach, getContext, getViewSupport, isRendererEnabled, setRendererEnabled
protected IlpAbstractTreeInteractorRenderer()
public String getCSSID()
getCSSID
in class IlpAbstractTreeViewRenderer
public IlpViewInteractor getViewInteractor()
getViewInteractor
in interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
public void setViewInteractor(IlpViewInteractor v)
setViewInteractor
in interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
v
- View interactorIlpViewInteractor
public IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object)
getObjectInteractor
in interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
object
- Representation object.public void setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
setObjectInteractor
in interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
object
- Representation objectinteractor
- Object interactorpublic IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
getObjectInteractor
in interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
object
- Representation objectattribute
- Business attributepublic void setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
setObjectInteractor
in interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
object
- Representation objectattribute
- Business attributeinteractor
- Object interactorpublic void reset()
reset
in class IlpAbstractTreeViewRenderer
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.