public abstract class IlpAbstractTableViewRenderer extends Object
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 and Description |
---|
IlpAbstractTableViewRenderer()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public IlpAbstractTableViewRenderer()
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()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.