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.portal.webui.container.UIContainer
org.exoplatform.portal.webui.container.UIContainer.SelectTabActionListener
 
Field Summary
static java.lang.String DAY_VIEW
           
static java.lang.String LIST_VIEW
           
static java.lang.String MONTH_VIEW
           
static java.lang.String SCHEDULE_VIEW
           
static java.lang.String[] TYPES
           
static java.lang.String WEEK_VIEW
           
static java.lang.String WORKING_VIEW
           
static java.lang.String YEAR_VIEW
           
 
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
UICalendarViewContainer()
           
 
Method Summary
 void applySeting()
           
 org.exoplatform.webui.core.UIComponent getRenderedChild()
           
 void initView(java.lang.String viewType)
           
protected  boolean isShowPane()
           
 void refresh()
           
 void updateCategory()
           
 
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, processRender, 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

DAY_VIEW

public static final java.lang.String DAY_VIEW

WEEK_VIEW

public static final java.lang.String WEEK_VIEW

MONTH_VIEW

public static final java.lang.String MONTH_VIEW

YEAR_VIEW

public static final java.lang.String YEAR_VIEW

LIST_VIEW

public static final java.lang.String LIST_VIEW

SCHEDULE_VIEW

public static final java.lang.String SCHEDULE_VIEW

WORKING_VIEW

public static final java.lang.String WORKING_VIEW

TYPES

public static final java.lang.String[] TYPES
Constructor Detail

UICalendarViewContainer

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

initView

public void initView(java.lang.String viewType)
              throws java.lang.Exception
Throws:
java.lang.Exception

refresh

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

isShowPane

protected boolean isShowPane()

getRenderedChild

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

updateCategory

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

applySeting

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.