public class OwShortCutView
extends com.wewebu.ow.server.app.OwMasterView
Short Cuts View. Master plugin that displays and executes shortcuts.
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 | Field and Description |
---|---|
protected int |
m_iViewMask
filters the views and behaviors to be displayed
|
static int |
VIEW_MASK_DISPLAY_ALL
display the tab "All" in the favorites plugin
|
static int |
VIEW_MASK_DISPLAY_DOCUMENTS
display the tab "Documents" in the favorites plugin
|
static int |
VIEW_MASK_DISPLAY_FOLDERS
display the tab "Folders" in the favorites plugin
|
static int |
VIEW_MASK_DISPLAY_OTHER
display the tab "Other" in the favorites plugin
|
static int |
VIEW_MASK_DISPLAY_STORED_SEARCHES
display the tab "Stored Searches" in the favorites plugin
|
Constructor and Description |
---|
OwShortCutView() |
Modifier and Type | Method and Description |
---|---|
OwSavedSearchesView |
createSavedSearchesView()
(overridable)
Factory method to create own SavedSearchesView
|
OwShortCutItemView |
createShortCutItemView()
(overridable)
Factory method to create own ShortCutItemView
|
protected int |
createViewMask()
create tab viewmask from XML configuration
|
protected int |
defaultViewMask()
set default mask, enable all tabs
|
OwShortCutItemView |
getItemView()
get the item view containing the items
|
protected boolean |
hasViewMask(int iViewMask_p)
Check if view should be displayed or is masked out
|
protected void |
init()
Initialization after target has set
|
protected void |
onActivate(int index_p,
Object reason_p) |
getBreadcrumbPart, getConfigNode, getConfiguration, getDialogManager, getIcon, getPlugin, getPluginID, getTitle
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
public static final int VIEW_MASK_DISPLAY_ALL
public static final int VIEW_MASK_DISPLAY_DOCUMENTS
public static final int VIEW_MASK_DISPLAY_FOLDERS
public static final int VIEW_MASK_DISPLAY_OTHER
public static final int VIEW_MASK_DISPLAY_STORED_SEARCHES
protected int m_iViewMask
protected void init() throws Exception
init
in class com.wewebu.ow.server.app.OwMasterView
Exception
public OwShortCutItemView getItemView()
public OwShortCutItemView createShortCutItemView()
OwShortCutItemView
public OwSavedSearchesView createSavedSearchesView()
OwSavedSearchesView
protected void onActivate(int index_p, Object reason_p) throws Exception
onActivate
in class com.wewebu.ow.server.app.OwMasterView
Exception
protected int createViewMask()
protected boolean hasViewMask(int iViewMask_p)
iViewMask_p
- bitmask according to VIEW_MASK_SYSTEM_... flagsprotected int defaultViewMask()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.