org.exoplatform.calendar.webui.popup
Class UIAddEditPermission

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.UIAddEditPermission
All Implemented Interfaces:
UIPopupComponent

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

Created by The eXo Platform SAS Author : Ha Mai ha.mai@exoplatform.com Feb 27, 2008


Nested Class Summary
 class UIAddEditPermission.data
           
static class UIAddEditPermission.DeleteActionListener
           
static class UIAddEditPermission.EditActionListener
           
static class UIAddEditPermission.UserDataComparator
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String[] BEAN_FIELD
           
protected  org.exoplatform.services.log.Log log
           
 
Fields inherited from class org.exoplatform.portal.webui.container.UIContainer
description, icon, TABLE_COLUMN_CONTAINER
 
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
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIAddEditPermission()
           
 
Method Summary
 void activate()
           
 void deActivate()
           
 int getCurrentPage()
           
 void init(String username, org.exoplatform.calendar.service.Calendar cal, boolean isAddNew)
           
 void updateGrid(org.exoplatform.calendar.service.Calendar cal, int currentPage)
           
 
Methods inherited from class org.exoplatform.portal.webui.container.UIContainer
getDescription, getIcon, getStorageId, setDescription, setIcon, setStorageId
 
Methods inherited from class org.exoplatform.portal.webui.portal.UIPortalComponent
getAccessPermissions, getFactoryId, getHeight, getName, getTemplate, getTitle, getWidth, hasPermission, isModifiable, setAccessPermissions, setFactoryId, setHeight, setModifiable, setName, 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, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, 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
 

Field Detail

log

protected org.exoplatform.services.log.Log log

BEAN_FIELD

public static String[] BEAN_FIELD
Constructor Detail

UIAddEditPermission

public UIAddEditPermission()
                    throws Exception
Throws:
Exception
Method Detail

activate

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

deActivate

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

init

public void init(String username,
                 org.exoplatform.calendar.service.Calendar cal,
                 boolean isAddNew)
          throws Exception
Throws:
Exception

getCurrentPage

public int getCurrentPage()
                   throws Exception
Throws:
Exception

updateGrid

public void updateGrid(org.exoplatform.calendar.service.Calendar cal,
                       int currentPage)
                throws Exception
Throws:
Exception


Copyright © 2013 eXo Platform SAS. All Rights Reserved.