oracle.jdeveloper.jsp.wb
Class JSTabContainer
java.lang.Object
oracle.jdeveloper.html.HTMLElement
oracle.jdeveloper.html.DHTMLElement
oracle.jdeveloper.html.DHTMLElementContainer
oracle.jdeveloper.html.HTMLScript
oracle.jdeveloper.html.DHTMLTabControl
oracle.jdeveloper.jsp.wb.JSTabContainer
- All Implemented Interfaces:
- WebBean
- public class JSTabContainer
- extends DHTMLTabControl
- implements WebBean
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 |
Method Summary |
java.lang.String |
getBottomFrameSize()
|
java.lang.String |
getBottomFrameURL()
|
java.lang.String |
getTabFrameURL()
|
java.lang.String |
getTopFrameSize()
|
java.lang.String |
getTopFrameURL()
|
void |
initialize(javax.servlet.jsp.PageContext page)
Initializes this Web Bean object to
access the important objects of the JSP: application, session,
request, response, and out. |
void |
initialize(javax.servlet.ServletContext application,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.jsp.JspWriter out)
|
void |
initialize(javax.servlet.ServletContext appContext,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.io.PrintWriter out)
Initializes this Web Bean object to
access the important objects of the JSP: application, session,
request, response, and out. |
void |
internalInitialize()
Internal initialize. |
void |
render()
Renders the Toolbar to the output stream of the JSP page's response. |
void |
render(java.io.PrintWriter out)
This is the main entry point for rendering the HTML content. |
void |
setBottomFrameSize(java.lang.String frameSize)
|
void |
setBottomFrameURL(java.lang.String url)
|
void |
setTabFrameURL(java.lang.String url)
|
void |
setTopFrameSize(java.lang.String frameSize)
|
void |
setTopFrameURL(java.lang.String url)
|
void |
setUseModalPage(boolean useModalPage)
|
Methods inherited from class oracle.jdeveloper.html.DHTMLTabControl |
addTab, addTab, getHelpText, getInitialTab, getName, getTitle, renderContainerHeader, setHelpText, setInitialTab, setName, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
webBean
protected WebBeanImpl webBean
JSTabContainer
public JSTabContainer()
JSTabContainer
public JSTabContainer(java.lang.String name)
setTabFrameURL
public void setTabFrameURL(java.lang.String url)
getTabFrameURL
public java.lang.String getTabFrameURL()
setTopFrameURL
public void setTopFrameURL(java.lang.String url)
getTopFrameURL
public java.lang.String getTopFrameURL()
setTopFrameSize
public void setTopFrameSize(java.lang.String frameSize)
getTopFrameSize
public java.lang.String getTopFrameSize()
setBottomFrameURL
public void setBottomFrameURL(java.lang.String url)
getBottomFrameURL
public java.lang.String getBottomFrameURL()
setBottomFrameSize
public void setBottomFrameSize(java.lang.String frameSize)
getBottomFrameSize
public java.lang.String getBottomFrameSize()
setUseModalPage
public void setUseModalPage(boolean useModalPage)
initialize
public void initialize(javax.servlet.ServletContext appContext,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.io.PrintWriter out)
throws java.lang.Exception
- Description copied from interface:
WebBean
- Initializes this Web Bean object to
access the important objects of the JSP: application, session,
request, response, and out.
- Specified by:
initialize
in interface WebBean
- Parameters:
appContext
- the JSP page's ServletContext.session
- the JSP page's HttpSession.request
- the JSP page's HttpServletRequest.response
- the JSP page's HttpServletResponse.out
- the PrintWriter to render to.
- Throws:
java.lang.Exception
initialize
public void initialize(javax.servlet.jsp.PageContext page)
throws java.lang.Exception
- Description copied from interface:
WebBean
- Initializes this Web Bean object to
access the important objects of the JSP: application, session,
request, response, and out.
- Specified by:
initialize
in interface WebBean
- Parameters:
page
- the JSP page's ServletContext.
- Throws:
java.lang.Exception
initialize
public void initialize(javax.servlet.ServletContext application,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.jsp.JspWriter out)
throws java.lang.Exception
- Throws:
java.lang.Exception
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
- Throws:
java.lang.Exception
render
public void render()
throws java.lang.Exception
- Renders the Toolbar to the output stream of the JSP page's response.
- Specified by:
render
in interface WebBean
- Throws:
java.lang.Exception
render
public void render(java.io.PrintWriter out)
throws java.lang.Exception
- This is the main entry point for rendering the HTML content.
- Specified by:
render
in interface WebBean
- Overrides:
render
in class DHTMLElementContainer
- Throws:
java.lang.Exception
Copyright © 1997, 2004, Oracle. All rights reserved.