org.exoplatform.cs.common.ext
Class UIExtensionUtils

java.lang.Object
  extended by 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


Constructor Summary
UIExtensionUtils()
           
 
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
 

Constructor Detail

UIExtensionUtils

public UIExtensionUtils()
Method Detail

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 extenstion
parent - - parent component
context -
Returns:
map of extension name and ui component.


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.