Class UndefinedRowCountDataModel
- java.lang.Object
-
- javax.faces.model.DataModel<E>
-
- javax.faces.model.ArrayDataModel
-
- org.apache.myfaces.tobago.example.test.UndefinedRowCountDataModel
-
- All Implemented Interfaces:
Iterable
public class UndefinedRowCountDataModel extends javax.faces.model.ArrayDataModel
-
-
Constructor Summary
Constructors Constructor Description UndefinedRowCountDataModel(List<SolarObject> array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRowCount()-
Methods inherited from class javax.faces.model.ArrayDataModel
getRowData, getRowIndex, getWrappedData, isRowAvailable, setRowIndex, setWrappedData
-
Methods inherited from class javax.faces.model.DataModel
addDataModelListener, getDataModelListeners, iterator, removeDataModelListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
UndefinedRowCountDataModel
public UndefinedRowCountDataModel(List<SolarObject> array)
-
-