com.arsdigita.toolbox.ui
Class LayoutPanel
java.lang.Object
com.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.toolbox.ui.ComponentMap
com.arsdigita.toolbox.ui.LayoutPanel
- All Implemented Interfaces:
- Cloneable, Component, Lockable, Resettable
- Direct Known Subclasses:
- SelectionPanel
- public class LayoutPanel
- extends ComponentMap
A simple layout panel with top, bottom, left, right, and body
sections.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/toolbox/ui/LayoutPanel.java#8 $
- 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
LayoutPanel
public LayoutPanel()
setTop
public final void setTop(Component top)
setLeft
public final void setLeft(Component left)
setBody
public final void setBody(Component body)
setRight
public final void setRight(Component right)
setBottom
public final void setBottom(Component bottom)
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
- Specified by:
generateXML
in class ComponentMap
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC