public class ResultSetDataModel extends DataModel
| Constructor and Description |
|---|
ResultSetDataModel() |
ResultSetDataModel(ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRowCount()
We don't know how many rows the result set has without scrolling
through the whole thing.
|
Object |
getRowData()
Get the actual data of this row
wrapped into a map.
|
int |
getRowIndex()
Get the current row index.
|
Object |
getWrappedData()
Get the entire collection of data associated with this component.
|
boolean |
isRowAvailable()
Returns true if a call to getRowData will return a valid object.
|
void |
setRowIndex(int rowIndex)
Set the current row index.
|
void |
setWrappedData(Object data)
Set the entire list of data associated with this component.
|
addDataModelListener, getDataModelListeners, removeDataModelListenerpublic ResultSetDataModel()
public ResultSetDataModel(ResultSet resultSet)
public int getRowCount()
getRowCount in class DataModelpublic Object getRowData()
getRowData in class DataModelpublic int getRowIndex()
DataModelgetRowIndex in class DataModelpublic Object getWrappedData()
DataModelgetWrappedData in class DataModelpublic boolean isRowAvailable()
DataModelisRowAvailable in class DataModelpublic void setRowIndex(int rowIndex)
DataModelsetRowIndex in class DataModelpublic void setWrappedData(Object data)
DataModelsetWrappedData in class DataModelCopyright © 2013 Apache Software Foundation. All Rights Reserved.