Package org.ametys.core.ui
Class RelationsManager
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<ClientSideRelation>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
This extension point handle the existing relations on the client side (relation system allow for example drag and drop).
-
Field Summary
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindDependency
(String pattern) Find a dependency of this manager from the Client side elements it knows.Methods inherited from class org.ametys.core.ui.AbstractClientSideExtensionPoint
addExtension, getExtension, getExtensionsIds, initializeExtensions, registerRibbonManager, unregisterRibbonManager
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, contextualize, dispose, hasExtension, initialize, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon role
-
-
Constructor Details
-
RelationsManager
public RelationsManager()
-
-
Method Details
-
findDependency
Description copied from class:AbstractClientSideExtensionPoint
Find a dependency of this manager from the Client side elements it knows.- Overrides:
findDependency
in classAbstractClientSideExtensionPoint<ClientSideRelation>
- Parameters:
pattern
- The matching pattern to find the dependency.- Returns:
- The dependency, or null if no Client side element matched.
-