com.arsdigita.toolbox.ui
Class ActionGroup
java.lang.Object
com.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.toolbox.ui.ComponentSet
com.arsdigita.toolbox.ui.ActionGroup
- All Implemented Interfaces:
- Cloneable, Component, Lockable, Resettable
- public class ActionGroup
- extends ComponentSet
A simple layout panel with top, bottom, left, right, and body
sections.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/toolbox/ui/ActionGroup.java#10 $
- Author:
- Justin Ross <jross@redhat.com>
Methods inherited from class com.arsdigita.bebop.SimpleComponent |
clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, lock, register, register, respond, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
versionId
public static final String versionId
- See Also:
- Constant Field Values
ADD
public static final String ADD
- See Also:
- Constant Field Values
EDIT
public static final String EDIT
- See Also:
- Constant Field Values
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
RETURN
public static final String RETURN
- See Also:
- Constant Field Values
ActionGroup
public ActionGroup()
setSubject
public final void setSubject(Component subject)
addAction
public final void addAction(Component action,
String clacc)
addAction
public final void addAction(Component action)
generateXML
public final void generateXML(PageState state,
Element parent)
- Description copied from class:
SimpleComponent
- Adds [J]DOM nodes for this component. Specifically for
base class SimpleComponent, does nothing.
- Specified by:
generateXML
in interface Component
- Overrides:
generateXML
in class ComponentSet
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC