public interface I_CmsGalleryHandler
限定符和类型 | 方法和说明 |
---|---|
boolean |
filterDnd(CmsResultItemBean resultBean)
This method is used to disable drag-and-drop for specific results.
|
I_CmsAutoHider |
getAutoHideParent()
Gets the auto-hide parent.
|
CmsDNDHandler |
getDndHandler()
Gets the drag-and-drop handler for the result list.
|
void |
processResultItem(CmsResultListItem item)
Processes a result list item.
|
boolean filterDnd(CmsResultItemBean resultBean)
If this returns false, drag and drop should be disabled for the result (however, if true is returned, this does not automatically mean that drag and drop should be enabled.)
resultBean
- the result for which drag-and-drop feasibility should be checkedI_CmsAutoHider getAutoHideParent()
CmsDNDHandler getDndHandler()
void processResultItem(CmsResultListItem item)
item
- the item to process