|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.table.renderer.IlpAbstractTableViewRenderer
ilog.cpl.table.renderer.IlpAbstractTableInteractorRenderer
public abstract class IlpAbstractTableInteractorRenderer
This is the base class of interactor renderers for the
IlpTableView.
When a configuration is read from a CSS file, each renderer is customized through the values set for its CSS configuration object.
IlpAbstractTableViewRenderer,
IlpInteractorRenderer| Constructor Summary | |
|---|---|
IlpAbstractTableInteractorRenderer()
|
|
| 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 table view interactor. |
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 Table view. |
| Methods inherited from class ilog.cpl.table.renderer.IlpAbstractTableViewRenderer |
|---|
attach, detach, getContext, getViewSupport, isRendererEnabled, reset, 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 IlpAbstractTableInteractorRenderer()
| Method Detail |
|---|
public String getCSSID()
getCSSID in class IlpAbstractTableViewRendererpublic 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 interactorIlpDefaultTableViewInteractorpublic 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.IlpInteractorRenderer
public IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
getObjectInteractor in interface ilog.cpl.graphic.css.renderer.IlpInteractorRendererobject - Representation object.attribute - 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 interactor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||