EchoPoint
1.0

echopoint.stylesheet
Class StyleSheetGroup

java.lang.Object
  extended byechopoint.stylesheet.StyleSheetGroup
All Implemented Interfaces:
java.io.Serializable

Deprecated. StyleSheetGroup has been deprecated and will be removed in the next version of EchoPoint. Use the new attributed identifier on the Component from now on, eg component.setIdentifier("stylegroup=xxx;");

public class StyleSheetGroup
extends java.lang.Object
implements java.io.Serializable

A StyleSheetGroup can be used to "logically" group a list of Components under a group name. Then any StyleSheet entries that specify that group name can be applied to the contained Components.

The StyleSheet group name is applied via the "styleName$groupName" style name form.

See Also:
Serialized Form

Constructor Summary
StyleSheetGroup(java.lang.String groupName)
          Deprecated. StyleSheetGroup constructor
 
Method Summary
 void add(nextapp.echo.Component c)
          Deprecated. Adds a component to the StyleSheetGroup.
 boolean contains(nextapp.echo.Component c)
          Deprecated. Returns true if the Component c is contained within this StyleSheetGrouping.
 java.util.Iterator getIterator()
          Deprecated. Returns an Iterator containing all the components in the StyleSheetGroup
 java.lang.String getName()
          Deprecated. Returns the name of the StyleSheetGroup
 void remove(nextapp.echo.Component c)
          Deprecated. Removes a component to the StyleSheetGroup.
 void setName(java.lang.String newName)
          Deprecated. Sets the name of the StyleSheetGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSheetGroup

public StyleSheetGroup(java.lang.String groupName)
Deprecated. 
StyleSheetGroup constructor

Method Detail

add

public void add(nextapp.echo.Component c)
Deprecated. 
Adds a component to the StyleSheetGroup.


contains

public boolean contains(nextapp.echo.Component c)
Deprecated. 
Returns true if the Component c is contained within this StyleSheetGrouping.


getIterator

public java.util.Iterator getIterator()
Deprecated. 
Returns an Iterator containing all the components in the StyleSheetGroup


getName

public java.lang.String getName()
Deprecated. 
Returns the name of the StyleSheetGroup

Returns:
java.lang.String

remove

public void remove(nextapp.echo.Component c)
Deprecated. 
Removes a component to the StyleSheetGroup.


setName

public void setName(java.lang.String newName)
Deprecated. 
Sets the name of the StyleSheetGroup

Parameters:
newName - java.lang.String

EchoPoint
1.0