|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jdeveloper.html.WebBeanImpl oracle.jdeveloper.html.DataWebBeanImpl oracle.jbo.html.databeans.JSRowSetBrowser
Field Summary |
Fields inherited from class oracle.jdeveloper.html.DataWebBeanImpl |
amName, bReleaseApplication, dispAttrs, ds |
Fields inherited from class oracle.jdeveloper.html.WebBeanImpl |
application, bUsedInTag, out, page, request, response, session |
Fields inherited from interface oracle.jdeveloper.html.WebBean |
contentFrameName, defaultCaboBase, defaultCaboImageBase, defaultImageBase, defaultJSPBase, defaultNLSFormat, JS_LIBRARIES, JS_NAMEID, JSButtonConstructorLib, JSCalendarConstructorLib, JSContainerConstructorLib, JSDataConstructLib, JSModalPageConstructorLib, JSTableConstructLib, JSToolbarConstructorLib, JSTreeConstructLib, JSUtilitiesLib |
Constructor Summary | |
JSRowSetBrowser()
|
Method Summary | |
void |
addImageUrlColumn(java.lang.String sTitle,
java.lang.String sImageFile,
java.lang.String sUrl)
Adds an additional column with an image-based URL. |
void |
addImageUrlColumn(java.lang.String sTitle,
java.lang.String sImageFile,
java.lang.String sUrl,
java.lang.String sTarget)
Adds an additional column with an image-based URL. |
void |
addTextUrlColumn(java.lang.String sTitle,
java.lang.String sText,
java.lang.String sUrl)
Adds an additional column that contains a line of text that represents a URL. |
void |
addTextUrlColumn(java.lang.String sTitle,
java.lang.String sText,
java.lang.String sUrl,
java.lang.String sTarget)
Adds an additional column that contains a line of text that represents a URL. |
java.lang.String |
fixupUrl(java.lang.String sUrl,
java.lang.String sExtra)
|
java.lang.String |
getRowUrl()
Returns the current Row URL setting. |
java.lang.String |
getRowUrlTargetWindow()
Returns the name of the window being used as the Row URL target. |
boolean |
getShowCurrentRow()
Returns whether the current RowSet row is highlighted when the HTML table is rendered. |
int |
getVisibleRows()
Returns the number of rows displayed (that is, "visible rows") in the RowSet browser. |
void |
internalInitialize()
Internal initialize. |
protected void |
prepareForRendering()
|
void |
render()
Renders an HTML table that contains records from the View Object's RowSet. |
void |
setAttributeTitle(java.lang.String sAttribute,
java.lang.String sTitle)
Sets the column title of the given attribute. |
void |
setRowEditTargetWindow(java.lang.String sName)
Sets the target window for the row editing URL. |
void |
setRowEditUrl(java.lang.String sUrl)
Sets the row editing URL that is invoked when the user clicks the Edit button. |
void |
setRowUrl(java.lang.String sUrl)
Sets the Row URL to be invoked when the user clicks the row number to the left of each row. |
void |
setRowUrlTargetWindow(java.lang.String sUrl)
If you enabled the Row URL, this function sets up the target window for the URL when the user activates it. |
void |
setShowCurrentRow(boolean bSet)
Enables or disables highlighting of the current RowSet's row when the HTML table is rendered. |
void |
setShowRecordNumbers(boolean bShow)
Sets whether the control will render the record numbers in the browser. |
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, getRequest, getRequestVariable, getRequestVariable, getUniqueName, initBeanForJS, initBeanForJS, initBeanForJS, initialize, initialize, initialize, render, setRequestVariable, setRequestVariable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jdeveloper.html.WebBean |
initialize, initialize, render |
Constructor Detail |
public JSRowSetBrowser()
Method Detail |
public void setRowEditUrl(java.lang.String sUrl)
sUrl
- the URL to invoke when the Edit button is clicked.public void setRowEditTargetWindow(java.lang.String sName)
sName
- name of the target window.public void setAttributeTitle(java.lang.String sAttribute, java.lang.String sTitle)
sAttribute
- attribute name.sTitle
- column title for attribute.public void setShowRecordNumbers(boolean bShow)
bShow
- true to display record number; false to
suppress record numbers.public void addTextUrlColumn(java.lang.String sTitle, java.lang.String sText, java.lang.String sUrl, java.lang.String sTarget)
sTitle
- text to use as the column title.sText
- text that will be used to represent the URL.sUrl
- URL that will be invoked when text is clicked.sTarget
- the target for the URL. This is useful when you are using HTML FRAMES.public void addTextUrlColumn(java.lang.String sTitle, java.lang.String sText, java.lang.String sUrl)
sTitle
- text to use as the column title.sText
- text that will be used to represent the URL.sUrl
- URL that will be invoked when text is clicked.public void addImageUrlColumn(java.lang.String sTitle, java.lang.String sImageFile, java.lang.String sUrl, java.lang.String sTarget)
sTitle
- text to use as the column title.sImageFile
- URL for locating the image to be displayed.sUrl
- URL that will be invoked when image is clicked.sTarget
- the target for the URL. This is useful when you are using HTML FRAMES.public void addImageUrlColumn(java.lang.String sTitle, java.lang.String sImageFile, java.lang.String sUrl)
sTitle
- text to use as the column title.sImageFile
- URL for locating the image to be displayed.sUrl
- URL that will be invoked when text is clicked.public void setRowUrlTargetWindow(java.lang.String sUrl)
public java.lang.String getRowUrlTargetWindow()
public void setRowUrl(java.lang.String sUrl)
sUrl
- Row URL of thepublic java.lang.String getRowUrl()
public void setShowCurrentRow(boolean bSet)
bSet
- true to highlight the current RowSet row; false
to not highlight the row.public boolean getShowCurrentRow()
public void setVisibleRows(int nRows)
nRows
- number of rows to display in the RowSet browser.public int getVisibleRows()
public void internalInitialize() throws java.lang.Exception
WebBean
internalInitialize
in interface WebBean
internalInitialize
in class DataWebBeanImpl
java.lang.Exception
protected void prepareForRendering() throws java.lang.Exception
java.lang.Exception
public void render() throws java.lang.Exception
render
in interface WebBean
render
in class WebBeanImpl
java.lang.Exception
public java.lang.String fixupUrl(java.lang.String sUrl, java.lang.String sExtra)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.