com.wewebu.ow.server.ecm.ui
Class OwUISubModul<N extends OwNetwork>

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwEventTarget
      extended by com.wewebu.ow.server.ui.OwView
          extended by com.wewebu.ow.server.ecm.ui.OwUISubModul<N>
All Implemented Interfaces:
OwBaseView, OwUpdateTarget
Direct Known Subclasses:
OwUIAccessRightsModul, OwUILoginModul, OwUIUserSelectModul

public abstract class OwUISubModul<N extends OwNetwork>
extends OwView

Base Class for submodules 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


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
OwUISubModul()
           
 
Method Summary
 N getNetwork()
          get network reference
 void init(N theNetwork_p)
          set the base URL to the page
 
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
 

Constructor Detail

OwUISubModul

public OwUISubModul()
Method Detail

getNetwork

public N getNetwork()
get network reference


init

public void init(N theNetwork_p)
          throws Exception
set the base URL to the page

Parameters:
theNetwork_p - reference to the ECM Adapter
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.