org.alfresco.web.config
Class ActionsConfigElement.ActionGroup

java.lang.Object
  extended by 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.


Field Summary
 boolean ShowLink
           
 java.lang.String Style
           
 java.lang.String StyleClass
           
 
Constructor Summary
ActionsConfigElement.ActionGroup(java.lang.String id)
           
 
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
 

Field Detail

ShowLink

public boolean ShowLink

Style

public java.lang.String Style

StyleClass

public java.lang.String StyleClass
Constructor Detail

ActionsConfigElement.ActionGroup

public ActionsConfigElement.ActionGroup(java.lang.String id)
Method Detail

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.