org.alfresco.web.config
Class ActionsConfigElement.ActionGroup
java.lang.Object
org.alfresco.web.config.ActionsConfigElement.ActionGroup
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable
- Enclosing class:
- ActionsConfigElement
public static class ActionsConfigElement.ActionGroup
- extends java.lang.Object
- implements java.lang.Iterable, java.lang.Cloneable
Simple class representing a group of UI actions.
Method Summary |
protected java.lang.Object |
clone()
|
java.lang.String |
getId()
|
java.util.Iterator |
iterator()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowLink
public boolean ShowLink
Style
public java.lang.String Style
StyleClass
public java.lang.String StyleClass
ActionsConfigElement.ActionGroup
public ActionsConfigElement.ActionGroup(java.lang.String id)
clone
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
getId
public java.lang.String getId()
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface java.lang.Iterable
- Returns:
- Iterator over the visible ActionDefinition IDs referenced by this group
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.