com.wewebu.ow.server.plug.owsettings
Class OwSettingsView

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.app.OwMasterView
              extended by com.wewebu.ow.server.plug.owsettings.OwSettingsView
All Implemented Interfaces:
com.wewebu.ow.server.ui.OwBaseView, com.wewebu.ow.server.ui.OwUpdateTarget

public class OwSettingsView
extends com.wewebu.ow.server.app.OwMasterView

Settings 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
protected  com.wewebu.ow.server.app.OwConfiguration m_Configuration
          reference to the configuration
protected  com.wewebu.ow.server.app.OwSettings m_Settings
          reference to the settings
protected  com.wewebu.ow.server.app.OwSubNavigationView m_SubNavigation
           
 
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
OwSettingsView()
           
 
Method Summary
protected  OwSettingsSetView createSettingsSetView()
          overridable factory method to create view
protected  void init()
          called when the view should create its HTML content to be displayed
protected  void onActivate(int iIndex_p, Object oReason_p)
          activate the target from a navigation module.
 
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, 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
 

Field Detail

m_Configuration

protected com.wewebu.ow.server.app.OwConfiguration m_Configuration
reference to the configuration


m_SubNavigation

protected com.wewebu.ow.server.app.OwSubNavigationView m_SubNavigation

m_Settings

protected com.wewebu.ow.server.app.OwSettings m_Settings
reference to the settings

Constructor Detail

OwSettingsView

public OwSettingsView()
Method Detail

init

protected void init()
             throws Exception
called when the view should create its HTML content to be displayed

Overrides:
init in class com.wewebu.ow.server.app.OwMasterView
Throws:
Exception

createSettingsSetView

protected OwSettingsSetView createSettingsSetView()
overridable factory method to create view

Returns:
OwSettingsSetView

onActivate

protected void onActivate(int iIndex_p,
                          Object oReason_p)
                   throws Exception
activate the target from a navigation module. Called when menu item was pressed for this target.

Overrides:
onActivate in class com.wewebu.ow.server.app.OwMasterView
Parameters:
iIndex_p - int tab index of Navigation
oReason_p - User Object which was submitted when target was attached to the navigation module
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.