org.exoplatform.cs.common.ext
Class UIExtensionUtils
java.lang.Object
org.exoplatform.cs.common.ext.UIExtensionUtils
public final class UIExtensionUtils
- extends Object
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
Dec 16, 2010
|
Method Summary |
static Map<String,org.exoplatform.webui.core.UIComponent> |
getComponents(String extensionType,
org.exoplatform.webui.core.UIContainer parent,
Map<String,Object> context)
get list of ui components by extenstion type and parent component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIExtensionUtils
public UIExtensionUtils()
getComponents
public static Map<String,org.exoplatform.webui.core.UIComponent> getComponents(String extensionType,
org.exoplatform.webui.core.UIContainer parent,
Map<String,Object> context)
- get list of ui components by extenstion type and parent component.
- Parameters:
extensionType - - type of ui extenstionparent - - parent componentcontext -
- Returns:
- map of extension name and ui component.
Copyright © 2013 eXo Platform SAS. All Rights Reserved.