|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UIExtension | |
|---|---|
| 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 | |
|---|---|
UIExtension |
UIExtensionManager.getUIExtension(String type,
String name)
Give the extension corresponding to the given criteria |
| Methods in org.exoplatform.webui.ext that return types with arguments of type UIExtension | |
|---|---|
List<UIExtension> |
UIExtensionPlugin.getExtensions()
|
List<UIExtension> |
UIExtensionManager.getUIExtensions(String type)
Gives all the extensions related to the given type |
| Methods in org.exoplatform.webui.ext with parameters of type UIExtension | |
|---|---|
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 |
| Uses of UIExtension in org.exoplatform.webui.ext.impl |
|---|
| Methods in org.exoplatform.webui.ext.impl that return UIExtension | |
|---|---|
UIExtension |
UIExtensionManagerImpl.getUIExtension(String type,
String name)
Give the extension corresponding to the given criteria |
| Methods in org.exoplatform.webui.ext.impl that return types with arguments of type UIExtension | |
|---|---|
List<UIExtension> |
UIExtensionManagerImpl.getUIExtensions(String type)
Gives all the extensions related to the given type |
| Methods in org.exoplatform.webui.ext.impl with parameters of type UIExtension | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||