|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.stylesheet.StyleSheetGroup
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.
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 |
public StyleSheetGroup(java.lang.String groupName)
Method Detail |
public void add(nextapp.echo.Component c)
public boolean contains(nextapp.echo.Component c)
public java.util.Iterator getIterator()
public java.lang.String getName()
public void remove(nextapp.echo.Component c)
public void setName(java.lang.String newName)
newName
- java.lang.String
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |