public class OwMultiViewNavigation extends OwSubNavigationView
Navigation view that allows for a secondary sub-view to be selected and displayed.
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
| Modifier and Type | Class and Description |
|---|---|
class |
OwMultiViewNavigation.OwMultiViewTabInfo |
OwSubNavigationView.OwSubTabInfoOwNavigationView.OwAbstractTabInfo, OwNavigationView.OwDelimiterTabInfo, OwNavigationView.OwTabInfoFORM_UPDATE_NONE, FORM_UPDATE_NORMAL, FORM_UPDATE_SAVE, KEYBOARD_DOWN, KEYBOARD_UP, m_iUseFormUpdatem_fValidatePanels, m_iCurrentTabIndex, m_TabListCURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTargetEMPTY_STRING| Constructor and Description |
|---|
OwMultiViewNavigation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSecondaryView(int tabIndex,
int viewId,
OwView view,
String viewName) |
int |
addView(OwView view_p,
String strTitle_p,
String strName_p,
String strImage_p,
Object oReason_p,
String strToolTip_p)
add a View with optional image to the navigation module.
|
OwBaseView |
getSecondaryViewReference(int viewId) |
boolean |
isSecodatyViewCollapsed() |
void |
navigate(int iIndex_p,
javax.servlet.http.HttpServletRequest request_p)
navigate to the selected view index
|
void |
setSecodatyViewCollapsed(boolean secodatyViewCollapsed) |
activateFormUpdate, getIncludeJsp, getTitle, onFormEvent, onRender, setTitleaddDelimiter, addMenuItem, addView, clear, enable, enableAll, getNavigateEventURL, getNavigationFormAction, getNavigationIndex, getTab, getTabList, getTitle, getViewReference, isLastTabIndex, isPreviousPanelValid, navigate, navigate, navigateFirst, onNavigate, registerView, renderCurrentView, renderNavigationLink, setValidatePanels, setVisible, sizeactivate, 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, usesFormWithAttributesattach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onRequest, updateExternalFormTargetpublic int addView(OwView view_p, String strTitle_p, String strName_p, String strImage_p, Object oReason_p, String strToolTip_p) throws Exception
OwSubNavigationViewaddView in class OwSubNavigationViewview_p - View to addstrTitle_p - name of the tab to be displayedstrName_p - optional Name / ID of the view, can be null.strImage_p - optional imageoReason_p - optional object to be submitted to the event handler / view. Can be null.Exceptionpublic void addSecondaryView(int tabIndex,
int viewId,
OwView view,
String viewName)
throws Exception
Exceptionpublic OwBaseView getSecondaryViewReference(int viewId)
public void navigate(int iIndex_p,
javax.servlet.http.HttpServletRequest request_p)
throws Exception
OwNavigationViewnavigate in class OwNavigationViewiIndex_p - the index of the view to be navigated torequest_p - HttpServletRequest, can be null if Navigation is used for view navigation (multiple views)Exceptionpublic boolean isSecodatyViewCollapsed()
public void setSecodatyViewCollapsed(boolean secodatyViewCollapsed)
secodatyViewCollapsed - default collapsed state of the secondary viewCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.