com.sptci.echo.style
Class Style
java.lang.Object
nextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
com.sptci.echo.style.Style
- All Implemented Interfaces:
- Serializable, Style
- Direct Known Subclasses:
- BoldLabel, Column, General, Header, HeaderTitle, ItalicLabel, Label, Link, Row
public abstract class Style
- extends AbstractStyle
A sub-class of MutableStyle that will be the root for all style classes
Copyright 2006 Sans Pareil Technologies, Inc.
- Version:
- $Id: Style.java 4853 2009-08-10 21:10:14Z rakesh $
- Author:
- Rakesh Vidyadharan 2006-11-06
- See Also:
- Serialized Form
|
Constructor Summary |
Style()
|
| Methods inherited from class nextapp.echo.app.MutableStyle |
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString |
Style
public Style()
getGridLayoutData
public static GridLayoutData getGridLayoutData()
- Return a default grid layout data object.
- Returns:
- GridLayoutData The layout data object with default
configuration.
getColumnLayoutData
public static ColumnLayoutData getColumnLayoutData()
- Return a default grid layout data object.
- Returns:
- ColumnLayoutData The layout data object with default
configuration.