org.exoplatform.frameworks.portletcontainer.portalframework.layout
Class LayoutColumn
java.lang.Object
org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem
org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutNode
org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutColumn
public class LayoutColumn
- extends LayoutNode
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 |
LayoutColumn
public LayoutColumn(String id,
String width,
boolean def)
- Parameters:
width - column width in percentsstring -
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.