| 
 | 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.JSRowSetBrowser
| 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 | |
| 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. | 
|  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, 
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 JSRowSetBrowser()
| Method Detail | 
public void setRowEditUrl(java.lang.String sUrl)
sUrl -  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
public void render()
            throws java.lang.Exception
public java.lang.String fixupUrl(java.lang.String sUrl,
                                 java.lang.String sExtra)
| 
 | Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||