public class DataGrid extends Object implements ComplexDataType
Modifier and Type | Field and Description |
---|---|
protected List<DataGridRow> |
rows |
Constructor and Description |
---|
DataGrid() |
Modifier and Type | Method and Description |
---|---|
DataGrid |
clone() |
List<DataGridRow> |
getRows() |
void |
setRows(List<DataGridRow> rows) |
void |
setValues(DataGrid otherGrid) |
protected List<DataGridRow> rows
public List<DataGridRow> getRows()
public void setRows(List<DataGridRow> rows)
public void setValues(DataGrid otherGrid)
Copyright © 2016 Alfresco. All rights reserved.