org.exoplatform.webui.ext.manager
Class UIAbstractManagerComponent

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.ext.manager.UIAbstractManagerComponent

public abstract class UIAbstractManagerComponent
extends org.exoplatform.webui.core.UIComponent

Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 15 mai 2009


Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIAbstractManagerComponent()
           
 
Method Summary
abstract  Class<? extends UIAbstractManager> getUIAbstractManagerClass()
          Gives the class related to manager
 String getUIExtensionCategory()
           
 String getUIExtensionName()
           
 void setUIExtensionCategory(String uiExtensionCategory)
           
 void setUIExtensionName(String uiExtensionName)
           
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIAbstractManagerComponent

public UIAbstractManagerComponent()
Method Detail

getUIExtensionName

public String getUIExtensionName()

setUIExtensionName

public void setUIExtensionName(String uiExtensionName)

getUIExtensionCategory

public String getUIExtensionCategory()

setUIExtensionCategory

public void setUIExtensionCategory(String uiExtensionCategory)

getUIAbstractManagerClass

public abstract Class<? extends UIAbstractManager> getUIAbstractManagerClass()
Gives the class related to manager



Copyright © 2013 eXo Platform SAS. All Rights Reserved.