public abstract class IlpAbstractTableInteractorRenderer extends IlpAbstractTableViewRenderer implements ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
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 and Description |
---|
IlpAbstractTableInteractorRenderer() |
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 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.
|
attach, detach, getContext, getViewSupport, isRendererEnabled, reset, setRendererEnabled
public String getCSSID()
getCSSID
in class IlpAbstractTableViewRenderer
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 interactorIlpDefaultTableViewInteractor
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
public IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
getObjectInteractor
in interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
object
- Representation object.attribute
- Business attribute.public void setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
setObjectInteractor
in interface ilog.cpl.graphic.css.renderer.IlpInteractorRenderer
object
- Representation objectattribute
- Business attributeinteractor
- Object interactor© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.