Uses of Interface
org.opencms.ui.components.fileselect.I_CmsSelectionHandler
Packages that use I_CmsSelectionHandler
Package
Description
Contains components for selecting resources.
-
Uses of I_CmsSelectionHandler in org.opencms.ui.components.categoryselect
Classes in org.opencms.ui.components.categoryselect that implement I_CmsSelectionHandlerMethods in org.opencms.ui.components.categoryselect with parameters of type I_CmsSelectionHandlerModifier and TypeMethodDescriptionvoidCmsCategorySelectDialog.addSelectionHandler(I_CmsSelectionHandler<Collection<CmsCategory>> selectionHandler) Adds a selection handler.voidCmsCategorySelectDialog.removeSelectionHandler(I_CmsSelectionHandler<Collection<CmsCategory>> selectionHandler) Removes a selection handler. -
Uses of I_CmsSelectionHandler in org.opencms.ui.components.fileselect
Methods in org.opencms.ui.components.fileselect with parameters of type I_CmsSelectionHandlerModifier and TypeMethodDescriptionvoidCmsResourceTreeTable.addResourceSelectionHandler(I_CmsSelectionHandler<CmsResource> handler) Adds a resource selection handler.voidCmsResourceSelectDialog.addSelectionHandler(I_CmsSelectionHandler<CmsResource> handler) Adds a resource selection handler.voidCmsResourceTreeTable.removeResourceSelectionHandler(I_CmsSelectionHandler<CmsResource> handler) Removes the given resource selection handler.