public class OwDemoMenuView
extends com.wewebu.ow.server.ui.OwView
Workdesk Demo Menu View.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Field and Description |
|---|---|
protected com.wewebu.ow.server.app.OwSubMenuView |
m_Menu |
| Constructor and Description |
|---|
OwDemoMenuView() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init()
called when the view should create its HTML content to be displayed
|
void |
onClickBlue(javax.servlet.http.HttpServletRequest request_p)
click handler when user pressed the "blue" button
|
void |
onClickGreen(javax.servlet.http.HttpServletRequest request_p)
click handler when user pressed the "green" button
|
void |
onClickRed(javax.servlet.http.HttpServletRequest request_p)
click handler when user pressed the "red" button
|
void |
onMenuBlue(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
click handler when user pressed the "blue" button
|
void |
onMenuGreen(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
click handler when user pressed the "green" button
|
void |
onMenuRed(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
click handler when user pressed the "red" button
|
protected void |
onRender(Writer w_p)
render the view
|
activate, addView, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributesprotected void init()
throws Exception
init in class com.wewebu.ow.server.ui.OwViewExceptionprotected void onRender(Writer w_p) throws Exception
onRender in class com.wewebu.ow.server.ui.OwVieww_p - Writer object to write HTML toExceptionpublic void onClickRed(javax.servlet.http.HttpServletRequest request_p)
throws Exception
request_p - HttpServletRequestExceptionpublic void onClickGreen(javax.servlet.http.HttpServletRequest request_p)
throws Exception
request_p - HttpServletRequestExceptionpublic void onClickBlue(javax.servlet.http.HttpServletRequest request_p)
throws Exception
request_p - HttpServletRequestExceptionpublic void onMenuRed(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
throws Exception
request_p - HttpServletRequestreason_p - Object optional reasonExceptionpublic void onMenuGreen(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
throws Exception
request_p - HttpServletRequestreason_p - Object optional reasonExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.