org.apache.myfaces.tobago.component
Class UIGridLayout.Row

java.lang.Object
  extended by org.apache.myfaces.tobago.component.UIGridLayout.Row
All Implemented Interfaces:
Serializable
Enclosing class:
UIGridLayout

public static class UIGridLayout.Row
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIGridLayout.Row(int columns)
           
 
Method Summary
 int getColumns()
           
 List getElements()
           
 boolean isHidden()
           
 void setHidden(boolean hidden)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIGridLayout.Row

public UIGridLayout.Row(int columns)
Method Detail

getElements

public List getElements()

getColumns

public int getColumns()

isHidden

public boolean isHidden()

setHidden

public void setHidden(boolean hidden)


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.