Class UIAbstractManagerComponent

java.lang.Object
org.exoplatform.webui.core.UIComponent
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract Class<? extends UIAbstractManager>
    Gives the class related to manager
     
     
    void
    setUIExtensionCategory(String uiExtensionCategory)
     
    void
    setUIExtensionName(String uiExtensionName)
     

    Methods inherited from class org.exoplatform.webui.core.UIComponent

    broadcast, buildModelObject, 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 Details

    • UIAbstractManagerComponent

      public UIAbstractManagerComponent()
  • Method Details

    • 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