org.exoplatform.frameworks.portletcontainer.portalframework.layout
Class LayoutNode

java.lang.Object
  extended by org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem
      extended by 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

Field Summary
 
Fields inherited from class org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem
FOOTER, HEADER, PAGES
 
Constructor Summary
LayoutNode(String name)
           
 
Method Summary
 void addChild(LayoutItem child)
           
 List<LayoutItem> getChildren()
           
 void removeChild(LayoutItem item)
           
 void setChildren(List<LayoutItem> children)
           
 
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
 

Constructor Detail

LayoutNode

public LayoutNode(String name)
Parameters:
name - node name
Method Detail

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.