EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.style.echo
Class AbstractListComponentStyle

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

public class AbstractListComponentStyle
extends AbstractStyle

The default style to associate with list components.

Version:
$Id: AbstractListComponentStyle.java 208 2009-05-25 02:40:35Z sptrakesh $
Author:
Rakesh Vidyadharan 2009-05-24
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.app.MutableStyle
MutableStyle.IndexedPropertyValue
 
Field Summary
static String COLOR
          The colour to use for background and border.
 
Fields inherited from class echopoint.style.AbstractStyle
level, logger
 
Constructor Summary
AbstractListComponentStyle()
           
 
Method Summary
protected  void init()
          Mandatory style initialisation method to be implemented by all sub-classes.
 
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

COLOR

public static final String COLOR
The colour to use for background and border. "#cfdfff"

See Also:
Constant Field Values
Constructor Detail

AbstractListComponentStyle

public AbstractListComponentStyle()
Method Detail

init

protected void init()
Mandatory style initialisation method to be implemented by all sub-classes. The default implementation sets the default font to use. Sub-classes should generally invoke super.init().

Overrides:
init in class AbstractStyle
See Also:
DefaultFont, AbstractStyle.setFont()

EchoPoint API - 3.0.0b5
App Webcontainer