org.exoplatform.calendar.webui
Class UICalendarViewContainer

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.UICalendarViewContainer

public class UICalendarViewContainer
extends org.exoplatform.portal.webui.container.UIContainer

Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com Aus 01, 2007 2:48:18 PM


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String DAY_VIEW
           
static String LIST_VIEW
           
static String MONTH_VIEW
           
static String[] TYPES
           
static String WEEK_VIEW
           
static String WORKING_VIEW
           
 
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
UICalendarViewContainer()
           
 
Method Summary
 void applySeting()
           
 String getCurrentViewType()
           
 org.exoplatform.webui.core.UIComponent getRenderedChild()
           
 void initView(String viewType)
           
protected  boolean isInSpace()
           
protected  boolean isShowPane()
           
 void refresh()
           
 void setCurrentViewType_(String currentViewType)
           
 void updateCategory()
           
 
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

DAY_VIEW

public static final String DAY_VIEW

WEEK_VIEW

public static final String WEEK_VIEW

MONTH_VIEW

public static final String MONTH_VIEW

LIST_VIEW

public static final String LIST_VIEW

WORKING_VIEW

public static final String WORKING_VIEW

TYPES

public static final String[] TYPES
Constructor Detail

UICalendarViewContainer

public UICalendarViewContainer()
                        throws Exception
Throws:
Exception
Method Detail

initView

public void initView(String viewType)
              throws Exception
Throws:
Exception

getCurrentViewType

public String getCurrentViewType()
Returns:
the currentViewType_

setCurrentViewType_

public void setCurrentViewType_(String currentViewType)
Parameters:
currentViewType - the currentViewType_ to set

refresh

public void refresh()
             throws Exception
Throws:
Exception

isShowPane

protected boolean isShowPane()

getRenderedChild

public org.exoplatform.webui.core.UIComponent getRenderedChild()

updateCategory

public void updateCategory()
                    throws Exception
Throws:
Exception

isInSpace

protected boolean isInSpace()

applySeting

public void applySeting()
                 throws Exception
Throws:
Exception


Copyright © 2013 eXo Platform SAS. All Rights Reserved.