|
||||||||||
| 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
ilog.tgo.resource.renderer.IltAbstractWindowRenderer
ilog.tgo.resource.renderer.IltInfoWindowRenderer
public class IltInfoWindowRenderer
This class illustrates how you can configure the Information Window using cascading style sheets.
This class shows all the properties that can be customized using cascading style sheets.
The CSS configuration can be applied to the Global Settings
(@link ilog.tgo.resource.IltSettings), using
IltSettings.setStyleSheets(String[]).
To customize the global settings programmatically,
use IltSettings.SetValue(Object, Object).
This class can be configured like this in a CSS file:
Settings {
informationWindow: true;
}
InformationWindow {
icon: '@|image("icon1.png")';
acknowledgedIcon: '@|image("icon2.png")';
}
| Constructor Summary | |
|---|---|
IltInfoWindowRenderer()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getCSSType()
Returns the type used in CSS selectors. |
| Methods inherited from class ilog.tgo.resource.renderer.IltAbstractWindowRenderer |
|---|
getCSSClass, reset, reset, setAcknowledgedIcon, setIcon |
| Methods inherited from class ilog.tgo.resource.renderer.IltSettingsRenderer |
|---|
attach, detach, getChildrenAsArray, isEnabled, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltInfoWindowRenderer()
| Method Detail |
|---|
public String getCSSType()
InformationWindow
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||