com.sptci.echo.style
Class Header
java.lang.Object
nextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
com.sptci.echo.style.Style
com.sptci.echo.style.Header
- All Implemented Interfaces:
- Serializable, Style
public class Header
- extends Style
A style class for {link com.sptci.echo.Header}. This style is used
to set the background colour for the component, and the separator properties.
The separator position should be configured as com.sptci.echo.style.Header.width.
Copyright 2007 Sans Pareil Technologies, Inc.
- Version:
- $Id: Header.java 4853 2009-08-10 21:10:14Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-04-21
- See Also:
- Serialized Form
|
Method Summary |
protected void |
init()
Initialise the style properties. |
| Methods inherited from class nextapp.echo.app.MutableStyle |
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString |
Header
public Header()
init
protected void init()
- Initialise the style properties.
- Overrides:
init in class AbstractStyle