com.wewebu.ow.server.ecm.ui
Class OwUIAccessRightsModul<N extends OwNetwork>
java.lang.Object
com.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwView
com.wewebu.ow.server.ecm.ui.OwUISubModul<N>
com.wewebu.ow.server.ecm.ui.OwUIAccessRightsModul<N>
- All Implemented Interfaces:
- OwBaseView, OwUpdateTarget
- Direct Known Subclasses:
- OwUIGenericAccessRightsModul
public abstract class OwUIAccessRightsModul<N extends OwNetwork>
- extends OwUISubModul<N>
Base Class for the access rights submodule to be created in the network (ECM) Adapter. Submodules are used to delegate
ECM specific user interactions to the ECM Adapter, which can not be generically solved.
e.g.: Login or Access rights Dialog.
To be implemented with the specific ECM system.
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
Methods inherited from class com.wewebu.ow.server.ui.OwView |
activate, addView, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, init, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onRender, onUpdate, 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 |
OwUIAccessRightsModul
public OwUIAccessRightsModul()
setReadOnly
public abstract void setReadOnly(boolean fReadOnly_p)
- make the access rights view read-only
- Parameters:
fReadOnly_p
- true = user can only view the access rights, false = user can edit the access rights (default)
setLiveUpdate
public void setLiveUpdate(boolean fLiveUpdate_p)
- Parameters:
fLiveUpdate_p
- true = the view must update any data change through its own triggers, false = the view can
update data by submit triggers- Since:
- 3.1.0.0
getLiveUpdate
public boolean getLiveUpdate()
- Returns:
- true if this UI module must update any data change through its own triggers
false if the view may update data by submit triggers (the use of submit triggers
is not mandatory) - Since:
- 3.1.0.0
getMenu
public OwMenu getMenu()
- get the menu of the access rights module
- Returns:
- OwMenu or null if not defined
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.