|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.form.UIForm
org.exoplatform.social.webui.activity.BaseUIActivity
org.exoplatform.cs.ext.impl.CalendarUIActivity
public class CalendarUIActivity
| Nested Class Summary | |
|---|---|
static class |
CalendarUIActivity.AcceptEventActionListener
|
static class |
CalendarUIActivity.AssignTaskActionListener
|
static class |
CalendarUIActivity.SetTaskStatusActionListener
|
| Nested classes/interfaces inherited from class org.exoplatform.social.webui.activity.BaseUIActivity |
|---|
org.exoplatform.social.webui.activity.BaseUIActivity.CommentStatus, org.exoplatform.social.webui.activity.BaseUIActivity.DeleteActivityActionListener, org.exoplatform.social.webui.activity.BaseUIActivity.DeleteCommentActionListener, org.exoplatform.social.webui.activity.BaseUIActivity.LikeActivityActionListener, org.exoplatform.social.webui.activity.BaseUIActivity.LoadLikesActionListener, org.exoplatform.social.webui.activity.BaseUIActivity.PostCommentActionListener, org.exoplatform.social.webui.activity.BaseUIActivity.SetCommentListStatusActionListener, org.exoplatform.social.webui.activity.BaseUIActivity.ToggleDisplayCommentFormActionListener |
| Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer |
|---|
org.exoplatform.webui.core.UIContainer.SelectTabActionListener |
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.social.webui.activity.BaseUIActivity |
|---|
LIKES_NUM_DEFAULT |
| Fields inherited from class org.exoplatform.webui.form.UIForm |
|---|
ACTION, SUBCOMPONENT_ID |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
|---|
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
CalendarUIActivity()
|
|
| Method Summary | |
|---|---|
String |
getActivityParamValue(String key)
|
String |
getCalendarId()
|
String |
getDateString(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx,
long time)
|
String |
getDescription()
|
String |
getEventEndTime(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx)
|
String |
getEventId()
|
String |
getEventStartTime(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx)
|
String |
getLocation()
|
String |
getTaskStatus()
|
String |
getTypeOfEvent()
|
void |
init()
|
boolean |
isAnswered()
|
boolean |
isInvited()
|
boolean |
isTaskAssigned()
|
boolean |
isTaskDone()
|
void |
setCalendarId(String calendarId)
|
void |
setEventId(String eventId)
|
| Methods inherited from class org.exoplatform.social.webui.activity.BaseUIActivity |
|---|
commentListToggleable, event, getActivity, getActivityCommentsListAccess, getAllComments, getCommentListStatus, getCommentMaxCharactersAllowed, getCommentMinCharactersAllowed, getComments, getCurrentLoadIndex, getDisplayedIdentityLikes, getIdentityLikes, getLoadCapacity, getOwnerIdentity, getPostedTimeInSpaceString, getPostedTimeString, isActivityCommentAndLikable, isActivityDeletable, isAllCommentsHidden, isAllLoaded, isCommentDeletable, isCommentFormDisplayed, isCommentFormFocused, isLiked, isSpaceActivity, isSpaceStreamOwner, isUISpaceActivitiesDisplay, isUserActivity, processRender, refresh, saveComment, setActivity, setActivityCommentsListAccess, setAllCommentsHidden, setAllLoaded, setCommentFormDisplayed, setCommentFormFocused, setCommentListStatus, setCommentMaxCharactersAllowed, setCommentMinCharactersAllowed, setIdenityLikes, setLike, setLoadCapacity, setOwnerIdentity |
| Methods inherited from class org.exoplatform.webui.form.UIForm |
|---|
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url |
| 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, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarUIActivity()
| Method Detail |
|---|
public void init()
public String getTaskStatus()
public boolean isTaskAssigned()
public boolean isTaskDone()
public String getEventId()
public void setEventId(String eventId)
eventId - the eventId to setpublic String getCalendarId()
public void setCalendarId(String calendarId)
calendarId - the calendarId to setpublic boolean isAnswered()
public boolean isInvited()
public String getActivityParamValue(String key)
public String getTypeOfEvent()
public String getEventStartTime(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx)
public String getDescription()
public String getLocation()
public String getEventEndTime(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx)
public String getDateString(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx,
long time)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||