public interface IGridDataModel extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
getRow(int index)
Get a row object for the specified row index
|
int |
size()
Return the number of rows in the data model
|
void |
sort(String column,
boolean descending,
String mode)
Sort the data set using the specified sort parameters
|
Object getRow(int index)
index - valid row indexint size()
Copyright © 2005–2018 Alfresco Software. All rights reserved.