public abstract class IltSettingsRenderer extends Object implements ilog.tgo.resource.css.internal.IltSettingsCSSEntity
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 and Description |
---|
IltSettingsRenderer()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public IltSettingsRenderer()
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()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.