org.kuali.rice.kns.web.ui
Class Row
java.lang.Object
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
Row
public Row()
Row
public Row(List<Field> fields)
Row
public Row(Field field)
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.