Package | Description |
---|---|
com.wewebu.ow.server.dmsdialogs.views |
Modifier and Type | Method and Description |
---|---|
List<OwObjectListView.OwPluginEntry> |
OwObjectListView.getPluginEntries()
This method returns a list of document plugins,
which should be displayed next to the document in the document function
column.
|
Modifier and Type | Method and Description |
---|---|
OwObjectListViewPluginCache.OwPluginStatus |
OwObjectListViewPluginCache.OwPluginStatusCachingUtility.getCachedPluginState(OwObjectListView.OwPluginEntry pluginEntry_p,
OwObject obj_p)
Returns the cached plugin status.
|
int |
OwObjectListViewPluginCache.OwPluginStatusCachingUtility.getMaximumNumberOfIconsForEntry(OwObjectListView.OwPluginEntry entry_p) |
boolean |
OwObjectListViewPluginCache.OwPluginStatusCachingUtility.isPluginDisabledForAllObjects(OwObjectListView.OwPluginEntry entry_p)
check if the given plugin is disabled for all visible objects.
|
Modifier and Type | Method and Description |
---|---|
protected OwObjectListViewPluginCache.OwPluginStatusCachingUtility |
OwObjectListViewPluginCache.createPluginStatusCacheUtility(Collection<OwObjectListView.OwPluginEntry> pluginEntries)
Simplified cache creation where nearly all information is requested through specific Getter methods.
|
protected OwObjectListViewPluginCache.OwPluginStatusCachingUtility |
OwObjectListViewPluginCache.createPluginStatusCacheUtility(int startIndex,
int endIndex,
Collection<OwObjectListView.OwPluginEntry> pluginEntries)
Deprecated.
since 4.2.0.0 use
OwObjectListViewPluginCache.createPluginStatusCacheUtility(Collection) instead |
protected OwObjectListViewPluginCache.OwPluginStatusCachingUtility |
OwObjectListViewPluginCache.createPluginStatusCacheUtility(int startIndex,
int endIndex,
List objectList,
OwObject parentObject,
Collection<OwObjectListView.OwPluginEntry> pluginEntries,
boolean displayEmptyPluginColumn)
Deprecated.
since 4.2.0.0 use
OwObjectListViewPluginCache.createPluginStatusCacheUtility(Collection) instead |
protected OwObjectListViewPluginCache.OwPluginStatusCachingUtility |
OwObjectListViewPluginCache.createPluginStatusCacheUtility(OwIterable<OwObject> page,
OwObject parentObject,
Collection<OwObjectListView.OwPluginEntry> pluginEntries,
boolean displayEmptyPluginColumn)
Create a cache based on new paging interface.
|
protected void |
OwObjectListViewRow.insertDocumentFunctionPluginHeader(Writer w_p,
Collection<OwObjectListView.OwPluginEntry> instancePluginsList_p) |
protected void |
OwObjectListViewThumbnails.insertDocumentFunctionPlugins(Writer w_p,
OwObject obj_p,
int iIndex_p,
Collection<OwObjectListView.OwPluginEntry> instancePluginsList_p)
insert the document function plugins for the requested row index and object
|
protected void |
OwObjectListViewThumbnails.insertThumbnailBar(Writer w_p,
OwObject obj_p,
int iIndex_p,
Collection<OwObjectListView.OwPluginEntry> instancePluginsList_p)
Inserts the thumbnail action bar (document function plugins and status notifications).
|
void |
OwObjectListViewRow.renderRows(Writer w_p,
Collection<OwObjectListView.OwPluginEntry> instancePluginsList_p)
render the header portion of the object list
|
void |
OwObjectListViewRow.renderSortHeader(Writer w_p,
Collection<OwObjectListView.OwPluginEntry> instancePluginsList_p)
render the header portion of the object list
|
protected Set<Integer> |
OwObjectListViewThumbnails.renderThumbnails(Writer w_p,
Collection<OwObjectListView.OwPluginEntry> instancePluginsList_p)
render the header portion of the object list
|
Constructor and Description |
---|
OwObjectListViewPluginCache.OwPluginStatusCachingUtility(int startIndex_p,
int endIndex_p,
OwObjectCollection objectList_p,
OwObject parentObject_p,
Collection<OwObjectListView.OwPluginEntry> pluginEntries_p)
Deprecated.
since 4.2.0.0 use
#OwPluginStatusCachingUtility(OwIterable, OwObject, Collection, boolean) instead |
OwObjectListViewPluginCache.OwPluginStatusCachingUtility(OwIterable<OwObject> page,
OwObject parent,
Collection<OwObjectListView.OwPluginEntry> pluginEntries,
boolean displayEmptyPluginColumn_p)
Constructor
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.