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.OwSubTabInfo
OwNavigationView.OwAbstractTabInfo, OwNavigationView.OwDelimiterTabInfo, OwNavigationView.OwTabInfo
FORM_UPDATE_NONE, FORM_UPDATE_NORMAL, FORM_UPDATE_SAVE, KEYBOARD_DOWN, KEYBOARD_UP, m_iUseFormUpdate
m_fValidatePanels, m_iCurrentTabIndex, m_TabList
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget
EMPTY_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, setTitle
addDelimiter, addMenuItem, addView, clear, enable, enableAll, getNavigateEventURL, getNavigationFormAction, getNavigationIndex, getTab, getTabList, getTitle, getViewReference, isLastTabIndex, isPreviousPanelValid, navigate, navigate, navigateFirst, onNavigate, registerView, renderCurrentView, renderNavigationLink, setValidatePanels, setVisible, size
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
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onRequest, updateExternalFormTarget
public int addView(OwView view_p, String strTitle_p, String strName_p, String strImage_p, Object oReason_p, String strToolTip_p) throws Exception
OwSubNavigationView
addView
in class OwSubNavigationView
view_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.Exception
public void addSecondaryView(int tabIndex, int viewId, OwView view, String viewName) throws Exception
Exception
public OwBaseView getSecondaryViewReference(int viewId)
public void navigate(int iIndex_p, javax.servlet.http.HttpServletRequest request_p) throws Exception
OwNavigationView
navigate
in class OwNavigationView
iIndex_p
- the index of the view to be navigated torequest_p
- HttpServletRequest, can be null if Navigation is used for view navigation (multiple views)Exception
public boolean isSecodatyViewCollapsed()
public void setSecodatyViewCollapsed(boolean secodatyViewCollapsed)
secodatyViewCollapsed
- default collapsed state of the secondary viewCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.