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: 349531 $ $Date: 2005-11-28 17:29:38 -0500 (Mon, 28 Nov 2005) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

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 2006 Apache Software Foundation. All Rights Reserved.