oracle.jbo.html.jsp.blaf
Class RowSetAttributesDataObjectList
java.lang.Object
oracle.jbo.html.jsp.blaf.RowSetAttributesDataObjectList
- All Implemented Interfaces:
- oracle.cabo.ui.data.DataObject, oracle.cabo.ui.data.DataObjectList
- public class RowSetAttributesDataObjectList
- extends java.lang.Object
- implements oracle.cabo.ui.data.DataObjectList, oracle.cabo.ui.data.DataObject
| Field Summary |
protected java.util.ArrayList |
_attributeDefs
|
protected oracle.jbo.html.jsp.blaf.AttributeDefDataObjectList |
current
|
protected RowSet |
rs
|
| Method Summary |
oracle.cabo.ui.data.DataObject |
getItem(int index)
|
int |
getLength()
|
java.lang.Object |
selectValue(oracle.cabo.ui.RenderingContext context, java.lang.Object select)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rs
protected RowSet rs
current
protected oracle.jbo.html.jsp.blaf.AttributeDefDataObjectList current
_attributeDefs
protected java.util.ArrayList _attributeDefs
RowSetAttributesDataObjectList
public RowSetAttributesDataObjectList(RowSet rs,
java.util.Vector displayAttributes)
- Constructor
getLength
public int getLength()
-
- Specified by:
getLength in interface oracle.cabo.ui.data.DataObjectList
getItem
public oracle.cabo.ui.data.DataObject getItem(int index)
-
- Specified by:
getItem in interface oracle.cabo.ui.data.DataObjectList
selectValue
public java.lang.Object selectValue(oracle.cabo.ui.RenderingContext context,
java.lang.Object select)
-
- Specified by:
selectValue in interface oracle.cabo.ui.data.DataObject
Copyright © 1997, 2005, Oracle. All rights reserved.