public abstract class AbstractEditorStyleMenu extends SimpleMenu
SimpleMenu.GalleryGroup, SimpleMenu.GalleryItem, SimpleMenu.UnresolvedItem
ClientSideElement.Script, ClientSideElement.ScriptFile
Modifier and Type | Field and Description |
---|---|
protected I18nizableText |
_autoGroupLabel
The label of auto group
|
protected String |
_autoItemClassName
JS class name for auto items
|
protected Map<String,Object> |
_defaultValues
The default value
|
protected HTMLEditorStyleExtensionPoint |
_htmlEditorStyleExtensionPoint
The HTMLEditorStyleExtensionPoint instance
|
protected I18nUtils |
_i18nUtils
I18n helper
|
_galleryItemManager, _galleryItems, _menuItemManager, _menuItems, _primaryMenuItem, _referencedClientSideElement, _ribbonControlManager, _smanager, _unresolvedMenuItems
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script
Constructor and Description |
---|
AbstractEditorStyleMenu() |
Modifier and Type | Method and Description |
---|---|
protected SimpleMenu.GalleryGroup |
_configureGroupGallery(Configuration configuration)
Configure a group gallery
|
protected abstract StyleCategory |
_getStyleCategory(Map<String,Object> contextParameters)
Return the
StyleCategory to use |
private Map<String,Object> |
getParameters(Map<String,Object> parameters,
Map<String,Object> contextualParameters) |
List<ClientSideElement.Script> |
getScripts(boolean ignoreRights,
Map<String,Object> contextParameters)
This method return the scripts that will be used on client side.
|
void |
service(ServiceManager smanager) |
_addDependencies, _configureClass, _configureGalleries, _configureItemsMenu, _getGalleryItems, _getMenuItems, configure, getReferencedClientSideElements, getRights
_configureParameters, _configureScript, configureInitialParameters
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, getDependencies, getId, getPluginName, getScripts, hasRight, setPluginInfo, toString
getLogger, setLogger
protected HTMLEditorStyleExtensionPoint _htmlEditorStyleExtensionPoint
protected I18nUtils _i18nUtils
protected Map<String,Object> _defaultValues
protected I18nizableText _autoGroupLabel
protected String _autoItemClassName
public AbstractEditorStyleMenu()
protected abstract StyleCategory _getStyleCategory(Map<String,Object> contextParameters)
StyleCategory
to usecontextParameters
- Contextual parameters transmitted by the environment.public void service(ServiceManager smanager) throws ServiceException
service
in interface Serviceable
service
in class SimpleMenu
ServiceException
public List<ClientSideElement.Script> getScripts(boolean ignoreRights, Map<String,Object> contextParameters)
ClientSideElement
getScripts
in interface ClientSideElement
getScripts
in class SimpleMenu
ignoreRights
- True to ignore the rights verification.contextParameters
- Contextuals parameters transmitted by the environment.private Map<String,Object> getParameters(Map<String,Object> parameters, Map<String,Object> contextualParameters)
protected SimpleMenu.GalleryGroup _configureGroupGallery(Configuration configuration) throws ConfigurationException
SimpleMenu
_configureGroupGallery
in class SimpleMenu
configuration
- the configurationConfigurationException
- If the configuration has an issue