public class ViewObjectBean extends PropertyBean
thisClass
Constructor and Description |
---|
ViewObjectBean(oracle.jbo.ViewObject viewObject, boolean fetched) |
Modifier and Type | Method and Description |
---|---|
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) |
addProperties, getBeanInfo, getDebugOutput, getDebugThreshold, getDefFullName, getDefName, getFullName, getName, getProperty, getShowFunction, setDebugOutput, setDebugThreshold, setProperty, setShowFunction
public ViewObjectBean(oracle.jbo.ViewObject viewObject, boolean fetched)
public int getFetchedRowCount()
public long getEstimatedRowCount()
public int getCurrentRowIndex()
public java.lang.String getCurrentRowSlot()
public void setRangeSize(int size)
public int getRangeSize()
public int getRangeStart()
public void setRangeStart(int start)
public int getRowCountInRange()
public boolean isRangeAtBottom()
public boolean isRangeAtTop()
public int getAttributeCount()
public boolean isForwardOnly()
public boolean isReadOnly()
protected void getBeanInfo(java.util.ArrayList properties) throws java.beans.IntrospectionException
getBeanInfo
in class PropertyBean
java.beans.IntrospectionException