| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface ScrollableModel
This file contains an interface for any scrollable model
 It helps manage large returned value by returning only
 a set of cached value objects (if used properly), reducing
 the traffic and the memory usage with this simple interface.
 
| Method Summary | |
|---|---|
 int | 
getCount()
Deprecated See BEA Commerce product offering  | 
 Class | 
getModelClass()
Deprecated See BEA Commerce product offering  | 
 int | 
getNbPages()
Deprecated See BEA Commerce product offering  | 
 Object[] | 
getPage(int pageIndex)
Deprecated See BEA Commerce product offering  | 
 int | 
getPageSize()
Deprecated See BEA Commerce product offering  | 
 Object | 
getValueAt(int valueIndex)
Deprecated See BEA Commerce product offering  | 
 void | 
setValueAt(Serializable value,
           int valueIndex)
Deprecated See BEA Commerce product offering  | 
| Method Detail | 
|---|
int getCount()
Object getValueAt(int valueIndex)
valueIndex, - the index for the value to retrieve
Class getModelClass()
int getNbPages()
int getPageSize()
void setValueAt(Serializable value,
                int valueIndex)
value, - the 'value object' at a location in the listvalueIndex, - the location of the value object in the listObject[] getPage(int pageIndex)
pageIndex, - the index in the list of pages
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||