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

java.lang.Object
  extended by org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem
      extended by org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutNode
          extended by org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutColumn

public class LayoutColumn
extends LayoutNode

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
LayoutColumn(String id, String width, boolean def)
           
 
Method Summary
 String getId()
           
 String getWidth()
           
 boolean isDefaultCol()
           
 void setDefaultCol(boolean defaultCol)
           
 void setId(String id)
           
 void setWidth(String width)
           
 
Methods inherited from class org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutNode
addChild, getChildren, removeChild, setChildren
 
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

LayoutColumn

public LayoutColumn(String id,
                    String width,
                    boolean def)
Parameters:
width - column width in percents
string -
Method Detail

getWidth

public String getWidth()
Returns:
the width

setWidth

public void setWidth(String width)
Parameters:
width - the width to set

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

isDefaultCol

public boolean isDefaultCol()
Returns:
the defaultCol

setDefaultCol

public void setDefaultCol(boolean defaultCol)
Parameters:
defaultCol - the defaultCol to set


Copyright © 2009 eXo Platform SAS. All Rights Reserved.