|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.table.renderer.IlpAbstractTableViewRenderer
public abstract class IlpAbstractTableViewRenderer
This is the base class of renderers for the IlpTableView.
Each renderer is responsible for a feature of the view.
When a configuration is read from a CSS file, each renderer is customized through the values set for its CSS configuration object.
IlpViewRenderer,
IlpAbstractTableInteractorRenderer,
IlpInteractorRenderer| Constructor Summary | |
|---|---|
IlpAbstractTableViewRenderer()
Default Constructor. |
|
| Method Summary | |
|---|---|
void |
attach(ilog.cpl.table.internal.IlpTableViewSupport view)
Called when this renderer is installed in an IlpTableViewSupport. |
void |
detach()
Called when this renderer is detached from its IlpTableViewSupport. |
IlpContext |
getContext()
Returns the application context. |
abstract String |
getCSSID()
Returns the CSS identifier of this renderer. |
ilog.cpl.table.internal.IlpTableViewSupport |
getViewSupport()
Returns the view support for convenience |
boolean |
isRendererEnabled()
Returns if the renderer is enabled or not. |
abstract void |
reset()
Brings the renderer into the initial state, corresponding to an empty CSS configuration file or a missing XML element. |
void |
setRendererEnabled(boolean e)
Sets if the renderer is enabled or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpAbstractTableViewRenderer()
| Method Detail |
|---|
public void attach(ilog.cpl.table.internal.IlpTableViewSupport view)
IlpTableViewSupport.
public void detach()
IlpTableViewSupport.
public IlpContext getContext()
public boolean isRendererEnabled()
public void setRendererEnabled(boolean e)
public abstract String getCSSID()
public abstract void reset()
public ilog.cpl.table.internal.IlpTableViewSupport getViewSupport()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||