|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdeveloper.html.WebBeanImpl | +--oracle.jdeveloper.html.DataWebBeanImpl | +--oracle.jbo.html.databeans.JSLOV
Fields inherited from class oracle.jdeveloper.html.DataWebBeanImpl |
attributeRenderers,
bReleaseApplication,
dispAttrs,
isStateFull,
qView,
sApplication,
sRowSetName |
Fields inherited from class oracle.jdeveloper.html.WebBeanImpl |
application,
ctx,
out,
page,
request,
response,
session |
Constructor Summary | |
JSLOV()
|
Method Summary | |
java.lang.String |
getReturnValue()
|
int |
getVisibleRows()
Returns the number of rows displayed (that is, "visible rows") in the RowSet browser. |
void |
internalInitialize()
Internal initialize. |
void |
render()
Renders an HTML table that contains records from the View Object's RowSet. |
void |
setReturnValue(java.lang.String aName)
|
void |
setVisibleRows(int nRows)
Sets the number of rows to be displayed by the RowSet browser. |
Methods inherited from class oracle.jdeveloper.html.WebBeanImpl |
generateScriptSrc,
getCookie,
getOut,
getRenderingContext,
getRequest,
getRequestVariable,
getUniqueName,
initBeanForJS,
initialize,
initialize,
initialize,
render,
setRequestVariable |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JSLOV()
Method Detail |
public void setVisibleRows(int nRows)
nRows
- number of rows to display in the RowSet browser.public int getVisibleRows()
public void setReturnValue(java.lang.String aName)
public java.lang.String getReturnValue()
public void internalInitialize() throws java.lang.Exception
public void render() throws java.lang.Exception
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |