Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.html.databeans
Class JSTreeBrowser

java.lang.Object
  extended byoracle.jdeveloper.html.WebBeanImpl
      extended byoracle.jdeveloper.html.DataWebBeanImpl
          extended byoracle.jbo.html.databeans.JSTreeBrowser

All Implemented Interfaces:
DataWebBean, WebBean

public class JSTreeBrowser
extends DataWebBeanImpl

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
JSTreeBrowser()

Method Summary
java.lang.String getAttributeForLabel()
int getDepthLevel()
int getVisibleRows()
Returns the number of rows displayed (that is, "visible rows") in the RowSet browser.
void internalInitialize()
Internal initialize.
void JSTreeBrowser()
void render()
Renders the Web Bean's contents to the output stream.
void setAttributeForLabel(java.lang.String attr)
void setDepthLevel(int nLevel)
void setVisibleRows(int nRows)

Methods inherited from class oracle.jdeveloper.html.DataWebBeanImpl
clearDisplayAttributes, getApplicationFromContext, getApplicationName, getAttributeLabel, getDisplayAttributeDefs, getDisplayAttributes, getDisplayFieldRenderer, getEditFieldRenderer, getRowKey, getRowSet, getViewObjectName, handleCommit, initialize, initialize, initialize, isAppStateful, releaseApplicationResources, releaseApplicationResources, setDisplayAttributes, setDisplayFieldRenderer, setDisplayFieldRenderer, setEditFieldRenderer, setEditFieldRenderer, setReleaseApplicationResources, setRowSet, shouldDisplayAttribute

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

JSTreeBrowser

public JSTreeBrowser()

Method Detail

JSTreeBrowser

public void JSTreeBrowser()

setVisibleRows

public void setVisibleRows(int nRows)
Parameters:
nRows - number of rows to display in the tree browser.

getVisibleRows

public int getVisibleRows()
Returns the number of rows displayed (that is, "visible rows") in the RowSet browser.
Returns:
number of rows displayed in the RowSet browser.

setDepthLevel

public void setDepthLevel(int nLevel)

getDepthLevel

public int getDepthLevel()

setAttributeForLabel

public void setAttributeForLabel(java.lang.String attr)

getAttributeForLabel

public java.lang.String getAttributeForLabel()

internalInitialize

public void internalInitialize()
                        throws java.lang.Exception
Description copied from interface: WebBean
Internal initialize. This method should be overriden by any WebBean needing to initialize some internal data after all the base class member have been initialize properly.
Specified by:
internalInitialize in interface WebBean
Overrides:
internalInitialize in class DataWebBeanImpl
Throws:
java.lang.Exception

render

public void render()
            throws java.lang.Exception
Description copied from interface: WebBean
Renders the Web Bean's contents to the output stream.
Specified by:
render in interface WebBean
Overrides:
render in class WebBeanImpl
Throws:
java.lang.Exception

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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