public class IltInfoWindowRenderer extends IltAbstractWindowRenderer
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 and Description |
---|
IltInfoWindowRenderer()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCSSType()
Returns the type used in CSS selectors.
|
getCSSClass, reset, reset, setAcknowledgedIcon, setIcon
attach, detach, getChildrenAsArray, isEnabled, setEnabled
public IltInfoWindowRenderer()
public String getCSSType()
InformationWindow
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.