Uses of Interface
org.opencms.ui.apps.I_CmsContextProvider
Packages that use I_CmsContextProvider
Package
Description
Contains code for workplace apps.
This package contains the app classes for the list configurations manager.
Contains some reusable GUI components for Vaadin UI.
-
Uses of I_CmsContextProvider in org.opencms.ui.apps
Classes in org.opencms.ui.apps that implement I_CmsContextProvider -
Uses of I_CmsContextProvider in org.opencms.ui.apps.lists
Classes in org.opencms.ui.apps.lists that implement I_CmsContextProviderConstructors in org.opencms.ui.apps.lists with parameters of type I_CmsContextProviderModifierConstructorDescriptionCmsResultTable
(I_CmsContextProvider contextProvider, Map<CmsResourceTableProperty, Integer> tableColumns) Constructor. -
Uses of I_CmsContextProvider in org.opencms.ui.components
Methods in org.opencms.ui.components that return I_CmsContextProviderModifier and TypeMethodDescriptionCmsFileTable.getContextProvider()
Returns the dialog context provider.Methods in org.opencms.ui.components with parameters of type I_CmsContextProviderModifier and TypeMethodDescriptionvoid
CmsFileTable.setContextProvider
(I_CmsContextProvider provider) Sets the dialog context provider.Constructors in org.opencms.ui.components with parameters of type I_CmsContextProviderModifierConstructorDescriptionCmsFileTable
(I_CmsContextProvider contextProvider) Default constructor.CmsFileTable
(I_CmsContextProvider contextProvider, Map<CmsResourceTableProperty, Integer> tableColumns) Default constructor.