public class TableRow extends Object implements Serializable
TableLayoutManager,
Serialized Form| Constructor and Description |
|---|
TableRow()
Empty Constructor.
|
TableRow(List<Field> columns)
Constructor with columns for the row.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
getColumn(int columnIndex)
Returns the field instance that makes up the column with the given index.
|
List<Field> |
getColumns()
List of field components that make up the row's columns.
|
int |
getNumberOfColumns()
Returns the number of columns within the row.
|
void |
setColumns(List<Field> columns) |
public TableRow()
public List<Field> getColumns()
public void setColumns(List<Field> columns)
getColumns()public Field getColumn(int columnIndex)
columnIndex - index for the column to returnpublic int getNumberOfColumns()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.