Package org.ametys.cms.clientsideelement
Class ReferenceTablesGallery
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.core.ui.StaticFileImportsClientSideElement
org.ametys.core.ui.StaticClientSideElement
org.ametys.core.ui.SimpleMenu
org.ametys.cms.clientsideelement.ContentTypesGallery
org.ametys.cms.clientsideelement.ReferenceTablesGallery
- All Implemented Interfaces:
ClientSideElement,MenuClientSideElement,LogEnabled,PluginAware,Configurable,Serviceable
This element creates a menu with one gallery item per reference table content type classified by category.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.core.ui.SimpleMenu
SimpleMenu.GalleryGroup, SimpleMenu.GalleryItem, SimpleMenu.UnresolvedItemNested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HierarchicalReferenceTablesHelperThe helper component for hierarchical simple contentsFields inherited from class org.ametys.cms.clientsideelement.ContentTypesGallery
_contentTypeExtensionPoint, _i18nUtils, _languagesManager, _rootContentHelperFields inherited from class org.ametys.core.ui.SimpleMenu
_galleryItems, _menuItemManager, _menuItems, _primaryMenuItem, _ribbonControlManager, _smanager, _unresolvedMenuItemsFields inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void_addContentTypeConfiguration(DefaultConfiguration rootConf, ContentType cType) Get the configuration of the content type item_configureDependencies(Configuration configuration) Configure the dependencies following the configurationprotected List<ContentType>Get the list of available simple content typesgetScripts(boolean ignoreRights, Map<String, Object> contextParameters) This method return the scripts that will be used on client side.protected booleanhasRight(ContentType cType) Test if the current user has the right needed by the content type to create a content.protected booleanisValidContentType(ContentType contentType) Determines if the content type is a valid content type for the galleryvoidservice(ServiceManager smanager) Methods inherited from class org.ametys.cms.clientsideelement.ContentTypesGallery
_addContentTypeIconsConfiguration, _addGroupContentTypeConfiguration, _addRightsOnContentTypeConfiguration, _configureScript, _getContentTypesByGroup, _getGalleryItems, _getI18nizableTextConfiguration, addContentTypeMethods inherited from class org.ametys.core.ui.SimpleMenu
_addDependencies, _configureClass, _configureGalleries, _configureGroupGallery, _configureItemsMenu, _getGalleryItemManager, _getGalleryItems, _getMenuItems, _initializeGalleryItemManager, configure, getReferencedClientSideElements, getRightsMethods inherited from class org.ametys.core.ui.StaticClientSideElement
_configureParameters, configureInitialParametersMethods inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_configureImports, _configureRights, _configureRightsMode, getDependencies, getId, getPluginName, getScripts, hasRight, setPluginInfo, toStringMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_hierarchicalSimpleContentsHelper
The helper component for hierarchical simple contents
-
-
Constructor Details
-
ReferenceTablesGallery
public ReferenceTablesGallery()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classContentTypesGallery- Throws:
ServiceException
-
isValidContentType
Description copied from class:ContentTypesGalleryDetermines if the content type is a valid content type for the gallery- Overrides:
isValidContentTypein classContentTypesGallery- Parameters:
contentType- The coentent- Returns:
- true if it is a valid content type
-
getScripts
public List<ClientSideElement.Script> getScripts(boolean ignoreRights, Map<String, Object> contextParameters) Description copied from interface:ClientSideElementThis method return the scripts that will be used on client side. This class will be parametrized by initial and current parameters.- Specified by:
getScriptsin interfaceClientSideElement- Overrides:
getScriptsin classContentTypesGallery- Parameters:
ignoreRights- True to ignore the rights verification.contextParameters- Contextuals parameters transmitted by the environment.- Returns:
- The list of scripts or an empty list.
-
getReferenceTables
Get the list of available simple content types- Returns:
- The simple content types
-
_addContentTypeConfiguration
Description copied from class:ContentTypesGalleryGet the configuration of the content type item- Overrides:
_addContentTypeConfigurationin classContentTypesGallery- Parameters:
rootConf- The root configurationcType- The content type
-
hasRight
Description copied from class:ContentTypesGalleryTest if the current user has the right needed by the content type to create a content.- Overrides:
hasRightin classContentTypesGallery- Parameters:
cType- the content type- Returns:
- true if the user has the right needed, false otherwise.
-
_configureDependencies
protected Map<String,List<String>> _configureDependencies(Configuration configuration) throws ConfigurationException Description copied from class:StaticFileImportsClientSideElementConfigure the dependencies following the configuration- Overrides:
_configureDependenciesin classStaticFileImportsClientSideElement- Parameters:
configuration- The root configuration- Returns:
- The list of dependencies, by extension point.
- Throws:
ConfigurationException- if a dependency element is present but empty
-