org.exoplatform.calendar.webui.popup
Class UIEventCategoryManager

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.portal.webui.portal.UIPortalComponent
              extended by org.exoplatform.portal.webui.container.UIContainer
                  extended by org.exoplatform.calendar.webui.popup.UIEventCategoryManager
All Implemented Interfaces:
UIPopupComponent

public class UIEventCategoryManager
extends org.exoplatform.portal.webui.container.UIContainer
implements UIPopupComponent

Created by The eXo Platform SARL Author : Tuan Pham tuan.pham@exoplatform.com Oct 3, 2007


Nested Class Summary
static class UIEventCategoryManager.DeleteActionListener
           
static class UIEventCategoryManager.EditActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.portal.webui.container.UIContainer
org.exoplatform.portal.webui.container.UIContainer.SelectTabActionListener
 
Field Summary
static java.lang.String[] BEAN_FIELD
           
 java.lang.String categoryId_
           
 
Fields inherited from class org.exoplatform.portal.webui.container.UIContainer
creator, description, icon, modifier
 
Fields inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent
COMPONENT_EDIT_MODE, COMPONENT_VIEW_MODE, factoryId, height_, mode_, name_, template_, width_
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIEventCategoryManager()
           
 
Method Summary
 void activate()
           
 void deActivate()
           
 long getAvailablePage()
           
 long getCurrentPage()
           
 void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
           
 void resetForm()
           
 void setCurrentPage(int page)
           
 void updateGrid()
           
 
Methods inherited from class org.exoplatform.portal.webui.container.UIContainer
getCreator, getDescription, getIcon, getModifier, setCreator, setDescription, setIcon, setModifier
 
Methods inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent
getFactoryId, getHeight, getMode, getName, getTemplate, getTitle, getWidth, isEditMode, isModifiable, isShowEditControl, setFactoryId, setHeight, setMode, setModifiable, setName, setShowEditControl, setTemplate, setTitle, setWidth
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_FIELD

public static java.lang.String[] BEAN_FIELD

categoryId_

public java.lang.String categoryId_
Constructor Detail

UIEventCategoryManager

public UIEventCategoryManager()
                       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getCurrentPage

public long getCurrentPage()

getAvailablePage

public long getAvailablePage()

setCurrentPage

public void setCurrentPage(int page)
                    throws java.lang.Exception
Throws:
java.lang.Exception

activate

public void activate()
              throws java.lang.Exception
Specified by:
activate in interface UIPopupComponent
Throws:
java.lang.Exception

deActivate

public void deActivate()
                throws java.lang.Exception
Specified by:
deActivate in interface UIPopupComponent
Throws:
java.lang.Exception

resetForm

public void resetForm()

processRender

public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
                   throws java.lang.Exception
Overrides:
processRender in class org.exoplatform.webui.core.UIComponent
Throws:
java.lang.Exception

updateGrid

public void updateGrid()
                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.