org.apache.myfaces.component.html.ext
Class _SerializableScalarDataModel

java.lang.Object
  extended by javax.faces.model.DataModel
      extended by org.apache.myfaces.component.html.ext._SerializableDataModel
          extended by org.apache.myfaces.component.html.ext._SerializableScalarDataModel
All Implemented Interfaces:
java.io.Serializable

 class _SerializableScalarDataModel
extends _SerializableDataModel

Version:
$Revision: 472630 $ $Date: 2006-11-08 21:40:03 +0100 (Wed, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Field Summary
 
Fields inherited from class org.apache.myfaces.component.html.ext._SerializableDataModel
_first, _list, _rowCount, _rows
 
Constructor Summary
_SerializableScalarDataModel(int first, int rows, java.lang.Object scalar)
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.component.html.ext._SerializableDataModel
getFirst, getRowCount, getRowData, getRowIndex, getRows, getWrappedData, isRowAvailable, setFirst, setRowIndex, setRows, setWrappedData
 
Methods inherited from class javax.faces.model.DataModel
addDataModelListener, getDataModelListeners, removeDataModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_SerializableScalarDataModel

public _SerializableScalarDataModel(int first,
                                    int rows,
                                    java.lang.Object scalar)


Copyright 2008 The Apache Software Foundation. All Rights Reserved.