Uses of Class
org.jgrapes.webconsole.base.events.AddConletType
Package
Description
The events used by the web console related components.
Provides a simple role based access control using
information from the configuration support provided by JGrapes.
-
Uses of AddConletType in org.jgrapes.webconsole.base.events
Modifier and TypeMethodDescriptionAddConletType.addCss
(RenderSupport renderSupport, URI uri) Add the URI of a CSS resource that is to be added to the header section of the web console page.AddConletType.addPageContent
(String area, Map<String, String> properties) Causes a container with this conlet’s type as attribute “data-conlet-type” and classes “conlet conlet-content” to be added to the specified page area.AddConletType.addRenderMode
(Conlet.RenderMode mode) Add a render mode to be offered to the user for creating new conlet instances.AddConletType.addScript
(AddPageResources.ScriptResource scriptResource) Add a script resource to be requested by the browser.AddConletType.setDisplayNames
(Map<Locale, String> displayNames) Sets the names (by locale) used to display the type in the user interface. -
Uses of AddConletType in org.jgrapes.webconsole.rbac
Modifier and TypeMethodDescriptionvoid
RoleConletFilter.onAddConletType
(AddConletType event) Collect known types for wildcard handling