|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwView
com.wewebu.ow.server.app.OwMasterView
com.wewebu.ow.server.plug.owbpm.OwBPMView
public class OwBPMView
Workdesk BPM Plugin.
Main 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
Field Summary |
---|
Fields inherited from class com.wewebu.ow.server.ui.OwView |
---|
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget |
Fields inherited from interface com.wewebu.ow.server.ui.OwBaseView |
---|
EMPTY_STRING |
Constructor Summary | |
---|---|
OwBPMView()
|
Method Summary | |
---|---|
protected OwBPMWorkItemListView |
createWorkItemListView()
overridable factory method |
String |
getRefreshURL()
Helper method to create an URL which will trigger an update of the view. |
protected com.wewebu.ow.server.app.OwSubNavigationView |
getSubNavigation()
Simple getter of current created navigation view. |
OwBPMWorkItemListView |
getWorkItemListView()
Returns the work item List View with activated plugins |
protected void |
init()
init the target after the context is set. |
protected void |
onActivate(int iIndex_p,
Object oReason_p)
activate the target from a navigation module. |
void |
onClientRefreshContextUpdate(int iReason_p,
Object param_p)
call client and cause it to refresh its display data |
void |
onUpdate(com.wewebu.ow.server.ui.OwEventTarget caller_p,
int iCode_p,
Object param_p)
called by the framework to update the view when OwDocument.Update was called NOTE: We can not use the onRender method to update, because we do not know the call order of onRender. |
Methods inherited from class com.wewebu.ow.server.app.OwMasterView |
---|
getBreadcrumbPart, getConfigNode, getConfiguration, getDialogManager, getIcon, getPlugin, getPluginID, getTitle |
Methods inherited from class com.wewebu.ow.server.ui.OwView |
---|
activate, addView, detach, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onRender, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributes |
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget |
---|
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwBPMView()
Method Detail |
---|
protected void init() throws Exception
init
in class com.wewebu.ow.server.app.OwMasterView
Exception
protected OwBPMWorkItemListView createWorkItemListView()
protected void onActivate(int iIndex_p, Object oReason_p) throws Exception
onActivate
in class com.wewebu.ow.server.app.OwMasterView
iIndex_p
- int tab index of NavigationoReason_p
- User Object which was submitted when target was attached to the navigation module
Exception
public void onUpdate(com.wewebu.ow.server.ui.OwEventTarget caller_p, int iCode_p, Object param_p) throws Exception
onUpdate
in interface com.wewebu.ow.server.ui.OwUpdateTarget
onUpdate
in class com.wewebu.ow.server.ui.OwView
caller_p
- OwEventTarget target that called updateiCode_p
- int optional reason codeparam_p
- Object optional parameter representing the refresh, depends on the value of iCode_p, can be null
Exception
public void onClientRefreshContextUpdate(int iReason_p, Object param_p) throws Exception
onClientRefreshContextUpdate
in interface com.wewebu.ow.server.app.OwClientRefreshContext
iReason_p
- reason as defined in OwUpdateCodesparam_p
- Object optional parameter representing the refresh, depends on the value of iReason_p, can be null
Exception
public OwBPMWorkItemListView getWorkItemListView()
OwBPMWorkItemListView
public String getRefreshURL()
protected com.wewebu.ow.server.app.OwSubNavigationView getSubNavigation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |