| Package | Description |
|---|---|
| org.exoplatform.webui.ext | |
| org.exoplatform.webui.ext.impl |
| Modifier and Type | Method and Description |
|---|---|
UIExtension |
UIExtensionManager.getUIExtension(String type,
String name)
Give the extension corresponding to the given criteria
|
| Modifier and Type | Method and Description |
|---|---|
List<UIExtension> |
UIExtensionPlugin.getExtensions() |
List<UIExtension> |
UIExtensionManager.getUIExtensions(String type)
Gives all the extensions related to the given type
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.webui.core.UIComponent |
UIExtensionManager.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 returns
null |
int |
UIExtension.compareTo(UIExtension extension) |
void |
UIExtensionManager.registerUIExtension(UIExtension extension)
Register a new extension
|
| Modifier and Type | Method and Description |
|---|---|
UIExtension |
UIExtensionManagerImpl.getUIExtension(String type,
String name)
Give the extension corresponding to the given criteria
|
| Modifier and Type | Method and Description |
|---|---|
List<UIExtension> |
UIExtensionManagerImpl.getUIExtensions(String type)
Gives all the extensions related to the given type
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
UIExtensionManagerImpl.accept(UIExtension extension,
Map<String,Object> context,
boolean checkOnly) |
org.exoplatform.webui.core.UIComponent |
UIExtensionManagerImpl.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 returns
null |
void |
UIExtensionManagerImpl.registerUIExtension(UIExtension extension)
Register a new extension
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.