org.kuali.rice.kns.web.ui
Class Row

java.lang.Object
  extended by org.kuali.rice.kns.web.ui.Row
All Implemented Interfaces:
Serializable

public class Row
extends Object
implements Serializable

This class represents a row of fields on the ui.

See Also:
Serialized Form

Constructor Summary
Row()
           
Row(Field field)
           
Row(List<Field> fields)
           
 
Method Summary
 Field getField(int index)
           
 List<Field> getFields()
           
 boolean isHidden()
           
 void setFields(List<Field> fields)
           
 void setHidden(boolean hidden)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Row

public Row()

Row

public Row(List<Field> fields)

Row

public Row(Field field)
Method Detail

getFields

public List<Field> getFields()
Returns:
the fields contained in the row

setFields

public void setFields(List<Field> fields)
Parameters:
fields - the fields to be displayed in the row.

isHidden

public boolean isHidden()
Returns:
the hidden

setHidden

public void setHidden(boolean hidden)
Parameters:
hidden - the hidden to set

getField

public Field getField(int index)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.