|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwClientRefreshContext | |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.dmsdialogs | |
com.wewebu.ow.server.dmsdialogs.views |
Uses of OwClientRefreshContext in com.wewebu.ow.server.app |
---|
Fields in com.wewebu.ow.server.app declared as OwClientRefreshContext | |
---|---|
protected OwClientRefreshContext |
OwMimeManager.m_RefreshContext
event listener for the function plugin refresh events |
Methods in com.wewebu.ow.server.app with parameters of type OwClientRefreshContext | |
---|---|
void |
OwRecordFunction.onClickEvent(OwObject rootObject_p,
OwObject folderObject_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin label / icon overridable |
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,
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 |
Constructors in com.wewebu.ow.server.app with parameters of type OwClientRefreshContext | |
---|---|
OwMultipleSelectionCall(OwDocumentFunction documentFunction_p,
Collection objects_p,
OwObject parent_p,
OwClientRefreshContext refreshCtx_p,
OwMainAppContext context_p)
Constructor. |
Uses of OwClientRefreshContext in com.wewebu.ow.server.dmsdialogs |
---|
Fields in com.wewebu.ow.server.dmsdialogs declared as OwClientRefreshContext | |
---|---|
protected OwClientRefreshContext |
OwCreateObjectFormularDialog.m_RefreshCtx
refresh context for callback |
protected OwClientRefreshContext |
OwCreateObjectDialog.m_RefreshCtx
refresh context for callback |
Methods in com.wewebu.ow.server.dmsdialogs with parameters of type OwClientRefreshContext | |
---|---|
void |
OwCreateObjectFormularDialog.setRefreshContext(OwClientRefreshContext pluginRefreshCtx_p)
set a plugin refresh callback interface |
void |
OwCreateObjectDialog.setRefreshContext(OwClientRefreshContext pluginRefreshCtx_p)
set a plugin refresh callback interface |
Uses of OwClientRefreshContext in com.wewebu.ow.server.dmsdialogs.views |
---|
Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwClientRefreshContext | |
---|---|
protected OwClientRefreshContext |
OwObjectListViewThumbnails.m_RefreshContext
event listener for the function plugin refresh events |
protected OwClientRefreshContext |
OwObjectListViewRow.m_RefreshContext
event listener for the function plugin refresh events |
Methods in com.wewebu.ow.server.dmsdialogs.views that return OwClientRefreshContext | |
---|---|
protected OwClientRefreshContext |
OwObjectListViewThumbnails.getRefreshContext()
get an eventlistener with this view to receive notifications |
protected OwClientRefreshContext |
OwObjectListViewRow.getRefreshContext()
get an eventlistener with this view to receive notifications |
protected OwClientRefreshContext |
OwObjectListViewEXTJSGrid.getRefreshContext()
get an eventlistener with this view to receive notifications |
protected OwClientRefreshContext |
OwObjectListViewCombined.getRefreshContext()
|
protected abstract OwClientRefreshContext |
OwObjectListView.getRefreshContext()
get an eventlistener with this view to receive notifications |
Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwClientRefreshContext | |
---|---|
void |
OwObjectListViewThumbnails.setRefreshContext(OwClientRefreshContext eventlister_p)
register an eventlistener with this view to receive notifications |
void |
OwObjectListViewRow.setRefreshContext(OwClientRefreshContext eventlister_p)
register an eventlistener with this view to receive notifications |
void |
OwObjectListViewEXTJSGrid.setRefreshContext(OwClientRefreshContext eventlister_p)
register an eventlistener with this view to receive notifications |
void |
OwObjectListViewCombined.setRefreshContext(OwClientRefreshContext eventlistner_p)
|
abstract void |
OwObjectListView.setRefreshContext(OwClientRefreshContext eventlister_p)
register an eventlistener with this view to receive notifications |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |