SPT Core API

com.sptci.echo.style
Class Style

java.lang.Object
  extended by nextapp.echo.app.MutableStyle
      extended by echopoint.style.AbstractStyle
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.app.MutableStyle
MutableStyle.IndexedPropertyValue
 
Field Summary
 
Fields inherited from class echopoint.style.AbstractStyle
level, logger
 
Constructor Summary
Style()
           
 
Method Summary
static ColumnLayoutData getColumnLayoutData()
          Return a default grid layout data object.
static GridLayoutData getGridLayoutData()
          Return a default grid layout data object.
 
Methods inherited from class echopoint.style.AbstractStyle
get, init, 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
 

Constructor Detail

Style

public Style()
Method Detail

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.

SPT Core API