|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.resource.renderer.IltSettingsRenderer
public abstract class IltSettingsRenderer
Base class for all renderers.
The renderer stores information about the customization of each object and category.
A renderer must be enabled in order to have the customization of its category and instances.
| Constructor Summary | |
|---|---|
IltSettingsRenderer()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
attach(IltSettings s)
Attaches this renderer to the IltSettings instance. |
void |
detach()
Detaches this renderer from the IltSettings instance. |
Object[] |
getChildrenAsArray()
Returns the subobjects of an object of this model. |
boolean |
isEnabled()
Returns if the renderer is enabled or not. |
abstract void |
reset()
Resets the configuration for this renderer. |
void |
reset(Object bean)
Resets the configuration of the given bean. |
void |
setEnabled(boolean e)
Sets if the renderer shall be enabled or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.tgo.resource.css.internal.IltSettingsCSSEntity |
|---|
getCSSClass, getCSSType |
| Constructor Detail |
|---|
public IltSettingsRenderer()
| Method Detail |
|---|
public boolean isEnabled()
An enabled renderer is configured with the css information
public void setEnabled(boolean e)
An enabled renderer is configured with the css information
e - Enabled statuspublic void attach(IltSettings s)
IltSettings instance.
This renderer is now able to customize global settings.
s - Global settingspublic void detach()
IltSettings instance.
A renderer must be attached to an IltSettings instance
to be able to customize the global settings.
public abstract void reset()
public void reset(Object bean)
bean - Configuration beanpublic Object[] getChildrenAsArray()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||