com.wewebu.ow.server.app
Class OwMainNavigationView
java.lang.Object
com.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwView
com.wewebu.ow.server.ui.OwNavigationView
com.wewebu.ow.server.app.OwMainNavigationView
- All Implemented Interfaces:
- OwBaseView, OwUpdateTarget
public class OwMainNavigationView
- extends OwNavigationView
Main Navigation UI Module. Creates and displays the TAB plugins.
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.OwNavigationView |
addDelimiter, addMenuItem, addView, clear, enable, enableAll, getNavigateEventURL, getNavigationFormAction, getNavigationIndex, getTabList, getTitle, getViewReference, isLastTabIndex, isPreviousPanelValid, navigate, navigate, navigateFirst, onFormEvent, onNavigate, renderCurrentView, renderNavigationLink, setValidatePanels, size |
Methods inherited from class com.wewebu.ow.server.ui.OwView |
activate, addView, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, init, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, 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, onRequest, updateExternalFormTarget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEXT_PLUGIN_ACTION_ID
public static String NEXT_PLUGIN_ACTION_ID
PREVIOUS_PLUGIN_ACTION_ID
public static String PREVIOUS_PLUGIN_ACTION_ID
OwMainNavigationView
public OwMainNavigationView()
addPluginView
public int addPluginView(OwView view_p,
String strName_p)
throws Exception
- add a View with optional image to the navigation module.
In addition to addMenuItem, the View gets activated and displayed when it is selected in the navigation. The View also becomes child of the navigation module.
- Parameters:
view_p
- View to addstrName_p
- optional Name / ID of the view, can be null.
- Returns:
- index of the tab
- Throws:
Exception
onRender
protected void onRender(Writer w_p)
throws Exception
- render the navigation bar
- Overrides:
onRender
in class OwNavigationView
- Parameters:
w_p
- Writer object to write HTML to
- Throws:
Exception
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.