org.exoplatform.frameworks.portletcontainer.portalframework.layout
Class LayoutNode
java.lang.Object
org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem
org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutNode
- Direct Known Subclasses:
- LayoutColumn, LayoutHtmlTag, LayoutZone
public class LayoutNode
- extends LayoutItem
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Roman Pedchenko
| Methods inherited from class org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem |
getName, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutNode
public LayoutNode(String name)
- Parameters:
name - node name
addChild
public void addChild(LayoutItem child)
getChildren
public List<LayoutItem> getChildren()
setChildren
public void setChildren(List<LayoutItem> children)
removeChild
public void removeChild(LayoutItem item)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.