Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.4.0)

E10758-05

oracle.jbo.jbotester.properties
Class ViewObjectBean

java.lang.Object
  extended by oracle.jbo.jbotester.properties.PropertyBean
      extended by oracle.jbo.jbotester.properties.ViewObjectBean

public class ViewObjectBean
extends PropertyBean


Field Summary
 
Fields inherited from class oracle.jbo.jbotester.properties.PropertyBean
thisClass
 
Constructor Summary
ViewObjectBean(oracle.jbo.ViewObject viewObject, boolean fetched)
           
 
Method Summary
 int getAttributeCount()
           
protected  void getBeanInfo(java.util.ArrayList properties)
           
 int getCurrentRowIndex()
           
 java.lang.String getCurrentRowSlot()
           
 long getEstimatedRowCount()
           
 int getFetchedRowCount()
           
 int getRangeSize()
           
 int getRangeStart()
           
 int getRowCountInRange()
           
 boolean isForwardOnly()
           
 boolean isRangeAtBottom()
           
 boolean isRangeAtTop()
           
 boolean isReadOnly()
           
 void setRangeSize(int size)
           
 void setRangeStart(int start)
           
 
Methods inherited from class oracle.jbo.jbotester.properties.PropertyBean
addProperties, getBeanInfo, getDebugOutput, getDebugThreshold, getDefFullName, getDefName, getFullName, getName, getProperty, getShowFunction, setDebugOutput, setDebugThreshold, setProperty, setShowFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewObjectBean

public ViewObjectBean(oracle.jbo.ViewObject viewObject,
                      boolean fetched)
Method Detail

getFetchedRowCount

public int getFetchedRowCount()

getEstimatedRowCount

public long getEstimatedRowCount()

getCurrentRowIndex

public int getCurrentRowIndex()

getCurrentRowSlot

public java.lang.String getCurrentRowSlot()

setRangeSize

public void setRangeSize(int size)

getRangeSize

public int getRangeSize()

getRangeStart

public int getRangeStart()

setRangeStart

public void setRangeStart(int start)

getRowCountInRange

public int getRowCountInRange()

isRangeAtBottom

public boolean isRangeAtBottom()

isRangeAtTop

public boolean isRangeAtTop()

getAttributeCount

public int getAttributeCount()

isForwardOnly

public boolean isForwardOnly()

isReadOnly

public boolean isReadOnly()

getBeanInfo

protected void getBeanInfo(java.util.ArrayList properties)
                    throws java.beans.IntrospectionException
Specified by:
getBeanInfo in class PropertyBean
Throws:
java.beans.IntrospectionException

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.4.0)

E10758-05

Copyright © 1997, 2011, Oracle. All rights reserved.