Uses of Class
org.exoplatform.webui.ext.UIExtension
Packages that use UIExtension
-
Uses of UIExtension in org.exoplatform.webui.ext
Methods in org.exoplatform.webui.ext that return UIExtensionModifier and TypeMethodDescriptionUIExtensionManager.getUIExtension(String type, String name) Give the extension corresponding to the given criteriaMethods in org.exoplatform.webui.ext that return types with arguments of type UIExtensionModifier and TypeMethodDescriptionUIExtensionPlugin.getExtensions()UIExtensionManager.getUIExtensions(String type) Gives all the extensions related to the given typeMethods in org.exoplatform.webui.ext with parameters of type UIExtensionModifier and TypeMethodDescriptionUIExtensionManager.addUIExtension(UIExtension extension, Map<String, Object> context, UIContainer parent) It checks if the extension can be added (all filters that are mandatory) according to the given context, if so it adds the extension to the parent and returns the extension otherwise it returnsnullintUIExtension.compareTo(UIExtension extension) voidUIExtensionManager.registerUIExtension(UIExtension extension) Register a new extension -
Uses of UIExtension in org.exoplatform.webui.ext.impl
Methods in org.exoplatform.webui.ext.impl that return UIExtensionModifier and TypeMethodDescriptionUIExtensionManagerImpl.getUIExtension(String type, String name) Give the extension corresponding to the given criteriaMethods in org.exoplatform.webui.ext.impl that return types with arguments of type UIExtensionModifier and TypeMethodDescriptionUIExtensionManagerImpl.getUIExtensions(String type) Gives all the extensions related to the given typeMethods in org.exoplatform.webui.ext.impl with parameters of type UIExtensionModifier and TypeMethodDescriptionprotected booleanUIExtensionManagerImpl.accept(UIExtension extension, Map<String, Object> context, boolean checkOnly) UIExtensionManagerImpl.addUIExtension(UIExtension extension, Map<String, Object> context, UIContainer parent) It checks if the extension can be added (all filters that are mandatory) according to the given context, if so it adds the extension to the parent and returns the extension otherwise it returnsnullvoidUIExtensionManagerImpl.registerUIExtension(UIExtension extension) Register a new extension