oracle.jdeveloper.jsp.wb
Class JSButton
java.lang.Object
|
+--oracle.jdeveloper.html.HTMLElement
|
+--oracle.jdeveloper.html.DHTMLElement
|
+--oracle.jdeveloper.html.DHTMLElementContainer
|
+--oracle.jdeveloper.html.HTMLScript
|
+--oracle.jdeveloper.html.DHTMLButton
|
+--oracle.jdeveloper.jsp.wb.JSButton
- public class JSButton
- extends DHTMLButton
- implements WebBean
Fields inherited from interface oracle.jdeveloper.html.WebBean |
contentFrameName,
defaultCaboBase,
defaultCaboImageBase,
defaultImageBase,
defaultJSPBase,
JS_LIBRARIES,
JS_NAMEID,
JSButtonConstructorLib,
JSCalendarConstructorLib,
JSContainerConstructorLib,
JSDataConstructLib,
JSModalPageConstructorLib,
JSTableConstructLib,
JSToolbarConstructorLib,
JSTreeConstructLib,
JSUtilitiesLib |
Method Summary |
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. |
Methods inherited from class oracle.jdeveloper.html.DHTMLButton |
getAction,
getActionType,
getDefaultButton,
getEnabled,
getGap,
getLocatorControl,
getLocatorObject,
getName,
getShape,
getTargetFrame,
getText,
getUrl,
renderContainerFooter,
setAction,
setActionType,
setButton,
setDefaultButton,
setEnabled,
setGap,
setLocatorControl,
setLocatorObject,
setName,
setShape,
setTargetFrame,
setText,
setUrl |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
webBean
protected WebBeanImpl webBean
JSButton
public JSButton()
JSButton
public JSButton(java.lang.String name)
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
- Tags copied from interface: WebBean
- Parameters:
application
- 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.
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
- Tags copied from interface: WebBean
- Parameters:
page
- the JSP page's ServletContext.
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
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
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
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
- Tags copied from interface: WebBean
- Parameters:
out
- the PrintWriter to render to.