|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwDocumentFunction | |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.dmsdialogs.views |
Uses of OwDocumentFunction in com.wewebu.ow.server.app |
---|
Fields in com.wewebu.ow.server.app declared as OwDocumentFunction | |
---|---|
protected OwDocumentFunction |
OwDocumentFunctionCall.m_documentFunction
The called function |
Methods in com.wewebu.ow.server.app that return OwDocumentFunction | |
---|---|
OwDocumentFunction |
OwConfiguration.getDocumentFunction(String strID_p)
get a single document function by ID |
static OwDocumentFunction |
OwMimeManager.getHandlerDocumentPlugin(OwMainAppContext context_p,
OwObjectReference obj_p)
get the handler document plugin for the given object reference if defined. |
Constructors in com.wewebu.ow.server.app with parameters of type OwDocumentFunction | |
---|---|
OwDocumentFunctionCall(OwDocumentFunction documentFunction_p)
Constructor |
|
OwMultipleSelectionCall(OwDocumentFunction documentFunction_p,
Collection objects_p,
OwObject parent_p,
OwClientRefreshContext refreshCtx_p,
OwMainAppContext context_p)
Constructor. |
Uses of OwDocumentFunction in com.wewebu.ow.server.dmsdialogs.views |
---|
Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwDocumentFunction | |
---|---|
protected OwDocumentFunction |
OwObjectListView.OwPluginEntry.m_Plugin
reference to the plugin |
Methods in com.wewebu.ow.server.dmsdialogs.views that return OwDocumentFunction | |
---|---|
protected OwDocumentFunction |
OwObjectListView.getDocumentFunction(int globalPluginIndex_p)
Returning the document function which has the given plugin index, can return null if plugin not found or plugin list is empty. |
OwDocumentFunction |
OwObjectListView.OwPluginEntry.getPlugin()
Get the document function. |
Methods in com.wewebu.ow.server.dmsdialogs.views that return types with arguments of type OwDocumentFunction | |
---|---|
List<OwDocumentFunction> |
OwSplitObjectListDocument.getDocumentFunctions()
|
protected List<OwDocumentFunction> |
OwObjectLinksView.getDocumentFunctions()
|
Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwDocumentFunction | |
---|---|
protected boolean |
OwObjectListView.isObjectTypeSupportedByPlugin(OwDocumentFunction plugIn_p,
Set objectTypes_p)
Helper method to check if a document function plugin (plugIn_p) supports one type, which is given by the list (objectTypes_p). |
protected boolean |
OwObjectListViewEXTJSGrid.showsContextMenuPlugin(OwDocumentFunction docFunction_p)
|
Method parameters in com.wewebu.ow.server.dmsdialogs.views with type arguments of type OwDocumentFunction | |
---|---|
protected OwSplitObjectListDocument |
OwObjectLinksView.createSplitObjectListDocument(String[] splitNames,
Collection<OwFieldColumnInfo>[] propertyColumnInfos,
List<OwDocumentFunction> documentFunctions)
(overridable) Factory to create OwSplitObjectListDocument for internal OwSplitObjectListView . |
void |
OwSplitObjectListDocument.setDocumentFunctions(List<OwDocumentFunction> documentFunctions)
|
Constructors in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwDocumentFunction | |
---|---|
OwObjectListView.OwPluginEntry(OwDocumentFunction plugin_p,
int iIndex_p)
a single entry for a plugins with its original index |
Constructor parameters in com.wewebu.ow.server.dmsdialogs.views with type arguments of type OwDocumentFunction | |
---|---|
OwSplitObjectListDocument(String[] splits,
Collection<OwFieldColumnInfo>[] columnInfos,
List<OwDocumentFunction> documentFunctions)
|
|
OwSplitObjectListView(String[] splitNames,
Collection<OwFieldColumnInfo>[] columnInfos,
List<OwDocumentFunction> documentFunctions)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |