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
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget
EMPTY_STRING
Constructor and Description |
---|
OwUIAccessRightsModul() |
Modifier and Type | Method and Description |
---|---|
boolean |
getLiveUpdate() |
OwMenu |
getMenu()
get the menu of the access rights module
|
void |
setLiveUpdate(boolean fLiveUpdate_p) |
abstract void |
setReadOnly(boolean fReadOnly_p)
make the access rights view read-only
|
getNetwork, init
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
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget
public abstract void setReadOnly(boolean fReadOnly_p)
fReadOnly_p
- true = user can only view the access rights, false = user can edit the access rights (default)public void setLiveUpdate(boolean fLiveUpdate_p)
fLiveUpdate_p
- true = the view must update any data change through its own triggers, false = the view can
update data by submit triggerspublic boolean getLiveUpdate()
public OwMenu getMenu()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.