Uses of Class
org.exoplatform.webui.ext.UIExtension
-
Packages that use UIExtension Package Description org.exoplatform.webui.ext org.exoplatform.webui.ext.impl -
-
Uses of UIExtension in org.exoplatform.webui.ext
Methods in org.exoplatform.webui.ext that return UIExtension Modifier and Type Method Description UIExtensionUIExtensionManager. 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 UIExtension Modifier and Type Method Description List<UIExtension>UIExtensionPlugin. getExtensions()List<UIExtension>UIExtensionManager. getUIExtensions(String type)Gives all the extensions related to the given typeMethods in org.exoplatform.webui.ext with parameters of type UIExtension Modifier and Type Method Description org.exoplatform.webui.core.UIComponentUIExtensionManager. addUIExtension(UIExtension extension, Map<String,Object> context, org.exoplatform.webui.core.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 UIExtension Modifier and Type Method Description UIExtensionUIExtensionManagerImpl. 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 UIExtension Modifier and Type Method Description List<UIExtension>UIExtensionManagerImpl. getUIExtensions(String type)Gives all the extensions related to the given typeMethods in org.exoplatform.webui.ext.impl with parameters of type UIExtension Modifier and Type Method Description protected booleanUIExtensionManagerImpl. accept(UIExtension extension, Map<String,Object> context, boolean checkOnly)org.exoplatform.webui.core.UIComponentUIExtensionManagerImpl. addUIExtension(UIExtension extension, Map<String,Object> context, org.exoplatform.webui.core.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
-