Class UIAbstractManager


public abstract class UIAbstractManager extends UIContainer
Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 15 mai 2009
  • Constructor Details

    • UIAbstractManager

      public UIAbstractManager()
  • Method Details

    • refresh

      public abstract void refresh() throws Exception
      This method is used to refresh the content of the UI component related to the manager
      Throws:
      Exception - if any error occurs
    • init

      public void init() throws Exception
      This method is used to initialize the content of the UI component related to the manager
      Throws:
      Exception - if any error occurs