EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.style
Class InfoWindowStyle

java.lang.Object
  extended by nextapp.echo.app.MutableStyle
      extended by echopoint.style.AbstractStyle
          extended by echopoint.style.InfoWindowStyle
All Implemented Interfaces:
Serializable, Style

public class InfoWindowStyle
extends AbstractStyle

A default style class for InfoWindow components. Over-ride the init() method or the individual style configuration methods as appropriate.

Version:
$Id: InfoWindowStyle.java 248 2009-10-19 14:20:53Z sptrakesh $
Author:
Rakesh Vidyadharan 2009-05-14
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.app.MutableStyle
MutableStyle.IndexedPropertyValue
 
Field Summary
static String BACKGROUND
          The default background to use for info window components.
static String FOREGROUND
          The default foreground colour to use for the component.
static String TEXT_BACKGROUND
          The default text background to use for info window components.
static String TEXT_FOREGROUND
          The text foreground colour to use for the component.
static String TITLE_FOREGROUND
          The text foreground colour to use for the title bar.
 
Fields inherited from class echopoint.style.AbstractStyle
level, logger
 
Constructor Summary
InfoWindowStyle()
           
 
Method Summary
protected  void init()
          Sub-classes may over-ride this method, or the individual styling methods depending upon which approach is more convenient.
protected  void setOtherTextProperties()
          Set the style properties for the text that is displayed in the component.
protected  void setProperties()
          Set general style properties for the content in info window itself.
protected  void setTextProperties()
          Set the style properties for the text that drives the info window.
protected  void setTitleProperties()
          Set the style properties for title of the info window.
 
Methods inherited from class echopoint.style.AbstractStyle
get, setFont, setForeground
 
Methods inherited from class nextapp.echo.app.MutableStyle
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BACKGROUND

public static final String BACKGROUND
The default background to use for info window components. "#f9f9f9"

See Also:
Constant Field Values

FOREGROUND

public static final String FOREGROUND
The default foreground colour to use for the component. "#a10202"

See Also:
Constant Field Values

TEXT_BACKGROUND

public static final String TEXT_BACKGROUND
The default text background to use for info window components. "#cfdfff"

See Also:
Constant Field Values

TEXT_FOREGROUND

public static final String TEXT_FOREGROUND
The text foreground colour to use for the component. "#2f2f4f"

See Also:
Constant Field Values

TITLE_FOREGROUND

public static final String TITLE_FOREGROUND
The text foreground colour to use for the title bar. "#ffffff"

See Also:
Constant Field Values
Constructor Detail

InfoWindowStyle

public InfoWindowStyle()
Method Detail

init

protected void init()
Sub-classes may over-ride this method, or the individual styling methods depending upon which approach is more convenient.

Overrides:
init in class AbstractStyle
See Also:
setProperties(), setTextProperties(), setOtherTextProperties(), setTitleProperties()

setProperties

protected void setProperties()
Set general style properties for the content in info window itself.


setTextProperties

protected void setTextProperties()
Set the style properties for the text that drives the info window.


setOtherTextProperties

protected void setOtherTextProperties()
Set the style properties for the text that is displayed in the component.


setTitleProperties

protected void setTitleProperties()
Set the style properties for title of the info window.


EchoPoint API - 3.0.0b5
App Webcontainer