Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.dmsdialogs | |
com.wewebu.ow.server.dmsdialogs.views |
Modifier and Type | Field and Description |
---|---|
protected OwClientRefreshContext |
OwMimeManager.m_RefreshContext
event listener for the function plugin refresh events
|
Modifier and Type | Method and Description |
---|---|
abstract void |
OwDocumentFunction.onClickEvent(OwObject oObject_p,
OwObject oParent_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin label / icon
|
void |
OwRecordFunction.onClickEvent(OwObject rootObject_p,
OwObject folderObject_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin label / icon
overridable
|
void |
OwRecordFunction.onClickEvent(OwObject rootObject_p,
OwObject folderObject_p,
String subpath_p,
String subdisplaypath_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin label / icon
overridable
|
void |
OwDocumentFunction.onColumnClickEvent(OwObjectCollection objects_p,
OwObject oParent_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin column (only when own column was defined using getColumnTitle())
|
void |
OwDocumentFunction.onMultiselectClickEvent(Collection objects_p,
OwObject oParent_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin for multiple selected items
|
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p)
open the given object according to MIME settings
|
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p)
open the given object according to MIME settings
|
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p,
String additionalParams_p)
open the given object according to the MIME settings, and add also the additional params to the
caller URL.
|
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p,
String additionalParams_p,
String mimeContext_p)
open the given object according to the MIME settings, and add also the additional params to the
caller URL.
|
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
String mimeContext_p)
open the given object according to MIME settings
|
static void |
OwMimeManager.openObjectPreview(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p)
open the given object according to MIME settings
|
static void |
OwMimeManager.openObjectPreview(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p)
open the given object according to MIME settings
|
void |
OwMimeManager.setRefreshContext(OwClientRefreshContext eventlister_p)
register an eventlistener with this view to receive notifications
|
Constructor and Description |
---|
OwMultipleSelectionCall(OwDocumentFunction documentFunction_p,
Collection objects_p,
OwObject parent_p,
OwClientRefreshContext refreshCtx_p,
OwMainAppContext context_p)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected OwClientRefreshContext |
OwCreateObjectFormularDialog.m_RefreshCtx
refresh context for callback
|
protected OwClientRefreshContext |
OwCreateObjectDialog.m_RefreshCtx
refresh context for callback
|
Modifier and Type | Method and Description |
---|---|
void |
OwCreateObjectFormularDialog.setRefreshContext(OwClientRefreshContext pluginRefreshCtx_p)
set a plugin refresh callback interface
|
void |
OwCreateObjectDialog.setRefreshContext(OwClientRefreshContext pluginRefreshCtx_p)
set a plugin refresh callback interface
|
Modifier and Type | Class and Description |
---|---|
class |
OwObjectEditVersionsView
Versions view to display the versions of a OwObject.
|
class |
OwObjectListView
Base class to all views that display object collections.
|
class |
OwObjectListViewCombined
List View: OwObject List View Combined.
|
class |
OwObjectListViewEXTJSGrid
Object list view based on YUI-EXT Grid view.
|
class |
OwObjectListViewFilterEXTJSGrid
ExtJS Object list view.
|
class |
OwObjectListViewFilterRow
Object list view.
|
class |
OwObjectListViewPluginCache
Abstract list view which contains a plugin cache utility class.
|
class |
OwObjectListViewRow
Object list view.
|
class |
OwObjectListViewThumbnails
Object list view.
|
class |
OwPageableListView
Abstraction of paging handling for ListViews.
|
Modifier and Type | Field and Description |
---|---|
protected OwClientRefreshContext |
OwObjectListViewRow.m_RefreshContext
Deprecated.
since 4.2.0.0 use set-/
OwPageableListView.getRefreshContext() instead |
protected OwClientRefreshContext |
OwObjectListViewThumbnails.m_RefreshContext
Deprecated.
since 4.2.0.0 use set-/
OwPageableListView.getRefreshContext() instead |
Modifier and Type | Method and Description |
---|---|
protected abstract OwClientRefreshContext |
OwObjectListView.getRefreshContext()
get an eventlistener with this view to receive notifications
|
protected OwClientRefreshContext |
OwPageableListView.getRefreshContext() |
Modifier and Type | Method and Description |
---|---|
abstract void |
OwObjectListView.setRefreshContext(OwClientRefreshContext eventlistener_p)
register an event listener with this view to receive notifications
|
void |
OwObjectListViewCombined.setRefreshContext(OwClientRefreshContext eventlistner_p) |
void |
OwObjectListViewEXTJSGrid.setRefreshContext(OwClientRefreshContext eventlister_p)
register an event listener with this view to receive notifications
|
void |
OwObjectListViewRow.setRefreshContext(OwClientRefreshContext eventlister_p) |
void |
OwObjectListViewThumbnails.setRefreshContext(OwClientRefreshContext eventlister_p) |
void |
OwPageableListView.setRefreshContext(OwClientRefreshContext refreshContext) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.