Package org.opencms.ade.galleries.client
Interface I_CmsGalleryHandler
- All Known Implementing Classes:
CmsGalleryPopup
public interface I_CmsGalleryHandler
A handler interface which allows the gallery dialog to interact with the context it is used in, e.g. the container page editor.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
filterDnd
(org.opencms.ade.galleries.shared.CmsResultItemBean resultBean) This method is used to disable drag-and-drop for specific results.com.google.gwt.user.client.ui.Widget
Gets an additional widget to display in the type tab.Gets the auto-hide parent.Gets the drag-and-drop handler for the result list.void
Processes a result list item.
-
Method Details
-
getAdditionalTypeTabControl
com.google.gwt.user.client.ui.Widget getAdditionalTypeTabControl()Gets an additional widget to display in the type tab.- Returns:
- the additional widget to display
-
getAutoHideParent
Gets the auto-hide parent.- Returns:
- the auto-hide parent
-
getDndHandler
Gets the drag-and-drop handler for the result list.- Returns:
- the drag-and-drop handler
-
processResultItem
Processes a result list item.- Parameters:
item
- the item to process