public interface IGridDataModel
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(java.lang.String column,
boolean descending,
java.lang.String mode)
Sort the data set using the specified sort parameters
|
java.lang.Object getRow(int index)
index - valid row indexint size()
void sort(java.lang.String column,
boolean descending,
java.lang.String mode)
column - Column to sortdescending - True for descending sort, false for ascendingmode - Sort mode to use (see IDataContainer constants)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.