org.exoplatform.calendar.webui.popup
Class UIEventShareTab

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIFormInputSet
              extended by org.exoplatform.webui.form.UIFormInputWithActions
                  extended by org.exoplatform.calendar.webui.popup.UIEventShareTab

public class UIEventShareTab
extends org.exoplatform.webui.form.UIFormInputWithActions

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


Nested Class Summary
static class UIEventShareTab.DeleteActionListener
           
static class UIEventShareTab.ShowPageActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.form.UIFormInputWithActions
org.exoplatform.webui.form.UIFormInputWithActions.ActionData
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static java.lang.String[] BEAN_FIELD
           
static java.lang.String FIELD_ANSWER
           
static java.lang.String FIELD_INFO
           
static java.lang.String FIELD_SEND
           
static java.lang.String FIELD_SHARE
           
static java.lang.String FIELD_STATUS
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIEventShareTab(java.lang.String id)
           
 
Method Summary
 java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(java.lang.String fieldName)
           
 long getAvailablePage()
           
 long getCurrentPage()
           
 java.util.List<UIEventForm.ParticipantStatus> getData()
           
protected  org.exoplatform.webui.form.UIForm getParentFrom()
           
 java.util.Map<java.lang.String,java.lang.String> getParticipantStatus()
           
 org.exoplatform.webui.form.UIFormRadioBoxInput getUIFormRadioBoxInput(java.lang.String id)
           
 org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
           
 void setActionField(java.lang.String fieldName, java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
           
 void setParticipantStatusList(java.util.List<UIEventForm.ParticipantStatus> participantStatusList)
           
protected  void updateCurrentPage(int page)
           
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputWithActions
processRender
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputSet
addUIFormInput, addUIFormInput, getName, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, reset
 
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, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, 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

FIELD_SHARE

public static final java.lang.String FIELD_SHARE

FIELD_STATUS

public static final java.lang.String FIELD_STATUS

FIELD_SEND

public static final java.lang.String FIELD_SEND

FIELD_INFO

public static final java.lang.String FIELD_INFO

FIELD_ANSWER

public static final java.lang.String FIELD_ANSWER
Constructor Detail

UIEventShareTab

public UIEventShareTab(java.lang.String id)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getParentFrom

protected org.exoplatform.webui.form.UIForm getParentFrom()

getUIFormRadioBoxInput

public org.exoplatform.webui.form.UIFormRadioBoxInput getUIFormRadioBoxInput(java.lang.String id)

getParticipantStatus

public java.util.Map<java.lang.String,java.lang.String> getParticipantStatus()

setActionField

public void setActionField(java.lang.String fieldName,
                           java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
                    throws java.lang.Exception
Overrides:
setActionField in class org.exoplatform.webui.form.UIFormInputWithActions
Throws:
java.lang.Exception

getActionField

public java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(java.lang.String fieldName)

getData

public java.util.List<UIEventForm.ParticipantStatus> getData()
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

getUIPageIterator

public org.exoplatform.webui.core.UIPageIterator getUIPageIterator()

getAvailablePage

public long getAvailablePage()

getCurrentPage

public long getCurrentPage()

setParticipantStatusList

public void setParticipantStatusList(java.util.List<UIEventForm.ParticipantStatus> participantStatusList)
                              throws java.lang.Exception
Throws:
java.lang.Exception

updateCurrentPage

protected void updateCurrentPage(int page)
                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.