E
- public class IterableDataModel<E>
extends javax.faces.model.DataModel<E>
Constructor and Description |
---|
IterableDataModel() |
IterableDataModel(Iterable<E> iterable) |
Modifier and Type | Method and Description |
---|---|
int |
getRowCount() |
E |
getRowData() |
int |
getRowIndex() |
Object |
getWrappedData() |
boolean |
isRowAvailable() |
void |
setRowIndex(int rowIndex) |
void |
setWrappedData(Object data) |
addDataModelListener, getDataModelListeners, iterator, removeDataModelListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int getRowCount()
getRowCount
in class javax.faces.model.DataModel<E>
public int getRowIndex()
getRowIndex
in class javax.faces.model.DataModel<E>
public void setRowIndex(int rowIndex)
setRowIndex
in class javax.faces.model.DataModel<E>
public Object getWrappedData()
getWrappedData
in class javax.faces.model.DataModel<E>
public void setWrappedData(Object data)
setWrappedData
in class javax.faces.model.DataModel<E>
public boolean isRowAvailable()
isRowAvailable
in class javax.faces.model.DataModel<E>
Copyright © 2020. All rights reserved.