org.granite.tide.seam
Class TideDataModel
java.lang.Object
javax.faces.model.DataModel
org.granite.tide.seam.TideDataModel
- All Implemented Interfaces:
- Serializable
public class TideDataModel
- extends DataModel
- implements Serializable
TideDataModel wrapper
- Author:
- William DRAI
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TideDataModel
public TideDataModel(Object object)
getRowCount
public int getRowCount()
- Specified by:
getRowCount in class DataModel
getRowData
public Object getRowData()
- Specified by:
getRowData in class DataModel
setRowData
public void setRowData(Object data)
getRowIndex
public int getRowIndex()
- Specified by:
getRowIndex in class DataModel
getWrappedData
public Object getWrappedData()
- Specified by:
getWrappedData in class DataModel
isRowAvailable
public boolean isRowAvailable()
- Specified by:
isRowAvailable in class DataModel
setRowIndex
public void setRowIndex(int rowIndex)
- Specified by:
setRowIndex in class DataModel
setWrappedData
public void setWrappedData(Object data)
- Specified by:
setWrappedData in class DataModel