ilog.tgo.resource.renderer
Class IltInfoWindowRenderer

java.lang.Object
  extended by ilog.tgo.resource.renderer.IltSettingsRenderer
      extended by ilog.tgo.resource.renderer.IltAbstractWindowRenderer
          extended by ilog.tgo.resource.renderer.IltInfoWindowRenderer
All Implemented Interfaces:
ilog.tgo.resource.css.internal.IltSettingsCSSEntity

public class IltInfoWindowRenderer
extends IltAbstractWindowRenderer

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")';
 }
 

Since:
JViews 7.5

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

IltInfoWindowRenderer

public IltInfoWindowRenderer()
Default constructor.

Since:
JViews 7.5
Method Detail

getCSSType

public String getCSSType()
Returns the type used in CSS selectors.

Returns:
InformationWindow


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.