|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.tree.renderer.IlpAbstractTreeViewRenderer
ilog.cpl.tree.renderer.IlpAbstractTreeInteractorRenderer
public abstract class IlpAbstractTreeInteractorRenderer
This is the base class of interactor renderers for 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| Constructor Summary | |
|---|---|
IlpAbstractTreeInteractorRenderer()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class ilog.cpl.tree.renderer.IlpAbstractTreeViewRenderer |
|---|
attach, detach, getContext, getViewSupport, isRendererEnabled, setRendererEnabled |
| 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 |
|---|
isRendererEnabled |
| Constructor Detail |
|---|
public IlpAbstractTreeInteractorRenderer()
| Method Detail |
|---|
public String getCSSID()
getCSSID in class IlpAbstractTreeViewRendererpublic IlpViewInteractor getViewInteractor()
getViewInteractor in interface ilog.cpl.graphic.css.renderer.IlpInteractorRendererpublic void setViewInteractor(IlpViewInteractor v)
setViewInteractor in interface ilog.cpl.graphic.css.renderer.IlpInteractorRendererv - View interactorIlpViewInteractorpublic IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object)
getObjectInteractor in interface ilog.cpl.graphic.css.renderer.IlpInteractorRendererobject - Representation object.
public void setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
setObjectInteractor in interface ilog.cpl.graphic.css.renderer.IlpInteractorRendererobject - Representation objectinteractor - Object interactor
public IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
getObjectInteractor in interface ilog.cpl.graphic.css.renderer.IlpInteractorRendererobject - Representation objectattribute - Business attribute
public void setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
setObjectInteractor in interface ilog.cpl.graphic.css.renderer.IlpInteractorRendererobject - Representation objectattribute - Business attributeinteractor - Object interactorpublic void reset()
reset in class IlpAbstractTreeViewRenderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||