public class UIEmeetingTab
extends org.exoplatform.webui.form.UIFormInputWithActions
| Modifier and Type | Class and Description |
|---|---|
static class |
UIEmeetingTab.AddMeetUsersActionListener
Deprecated.
|
protected class |
UIEmeetingTab.AutorecordingEnabled |
static class |
UIEmeetingTab.CloseActionListener
Deprecated.
|
static class |
UIEmeetingTab.DeleteActionListener
Deprecated.
|
static class |
UIEmeetingTab.DisableAutorecordingtActionListener
Deprecated.
|
static class |
UIEmeetingTab.DisableMeetActionListener
Deprecated.
|
static class |
UIEmeetingTab.EnableAutorecordingActionListener
Deprecated.
|
static class |
UIEmeetingTab.EnableMeetActionListener
Deprecated.
|
protected class |
UIEmeetingTab.MeetEnabler |
static class |
UIEmeetingTab.SelectMoxtraUsersActionListener
Deprecated.
|
static class |
UIEmeetingTab.StartMeetActionListener |
org.exoplatform.webui.form.UIFormInputWithActions.ActionData| Constructor and Description |
|---|
UIEmeetingTab() |
| Modifier and Type | Method and Description |
|---|---|
List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> |
getActionField(String fieldName)
Deprecated.
|
String |
getAuthLink() |
protected String |
getCalendarId()
Get current calendar id in UIEventForm.
|
protected String |
getCalendarType()
Get current calendar type in UIEventForm.
|
String |
getMeetLabel() |
MoxtraCalendarApplication |
getMoxtra() |
protected org.exoplatform.webui.form.UIForm |
getParentForm() |
String |
getStartMeetLink() |
void |
initMoxtra(MoxtraCalendarApplication moxtra) |
boolean |
isAuthorized() |
boolean |
isCanStartMeet() |
boolean |
isHostUser() |
boolean |
isMeetEnabled() |
boolean |
isMeetNew()
Tells is it a newly created and not yet saved meet.
|
boolean |
isMeetSaved() |
boolean |
isMeetStarted() |
protected void |
setMeetUsers(List<org.exoplatform.moxtra.client.MoxtraUser> users)
Deprecated.
|
protected DateFormat |
userDateFormat() |
processRender, setActionFieldaddUIFormInput, addUIFormInput, getName, getSelectedComponentId, getUICheckBoxInput, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, reset, setSelectedComponent, setSelectedComponentaddChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic static final String FIELD_ENABLE_MEET
public static final String FIELD_STARTED_MEET
public static final String FIELD_ENDED_MEET
public static final String FIELD_PLANED_MEET
public static final String FIELD_CANCELED_MEET
public static final String FIELD_INVITE_MOXTRA_USER
public static final String FIELD_MEET_LINK
public static final String FIELD_MEET_LINK_HINT
public static final String FIELD_MEET_AGENDA
public static final String FIELD_MEET_SCHEDULE
public static final String FIELD_MEET_SCHEDULE_START
public static final String FIELD_MEET_SCHEDULE_END
public static final String FIELD_ENABLE_MEET_AUTORECORDING
public static final String MESSAGE_MEET_CREATION_INFO
public static final String MESSAGE_POWERED_BY
public static final String MESSAGE_START_MEET_HINT
public static final String MESSAGE_JOIN_MEET_HINT
public static final String MESSAGE_STARTED_MEET_HINT
public static final String LIST_MEET_PARTICIPANTS
public static final String ACTION_AUTH
public static final String ACTION_AUTH_HINT
public static final String ACTION_START_MEET
public static final String ACTION_JOIN_MEET
public static final String ACTION_SELECT_MOXTRA_USERS
public static final String ACTION_INVITE_EMAIL_USERS
public static final String CONTAINER_MOXTRA_USER_SELECTOR
public static final String DATE_FORMAT_PATTERN
protected static final String TAB_EVENTDETAIL
protected static final String FIELD_CALENDAR
protected static final String COLON
protected static final String COMMA
protected final Map<String,List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData>> moxtraActions
protected MoxtraCalendarApplication moxtra
protected org.exoplatform.moxtra.client.MoxtraUser user
protected org.exoplatform.moxtra.client.MoxtraMeet meet
protected boolean isHostUser
true then this user a host user (creator
of the meet)public MoxtraCalendarApplication getMoxtra()
public String getAuthLink() throws MoxtraCalendarException, org.apache.oltu.oauth2.common.exception.OAuthSystemException, org.exoplatform.moxtra.client.MoxtraConfigurationException
MoxtraCalendarExceptionorg.apache.oltu.oauth2.common.exception.OAuthSystemExceptionorg.exoplatform.moxtra.client.MoxtraConfigurationExceptionpublic boolean isAuthorized()
throws MoxtraCalendarException
MoxtraCalendarExceptionpublic boolean isMeetEnabled()
throws MoxtraCalendarException
MoxtraCalendarExceptionpublic boolean isMeetNew()
throws MoxtraCalendarException
true if it is a newly created meetMoxtraCalendarExceptionpublic boolean isMeetSaved()
throws MoxtraCalendarException
MoxtraCalendarExceptionpublic boolean isMeetStarted()
throws MoxtraCalendarException
MoxtraCalendarExceptionpublic boolean isCanStartMeet()
throws MoxtraCalendarException
MoxtraCalendarExceptionpublic boolean isHostUser()
public String getStartMeetLink() throws MoxtraCalendarException
MoxtraCalendarException@Deprecated public List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(String fieldName)
public void initMoxtra(MoxtraCalendarApplication moxtra) throws Exception
Exceptionprotected org.exoplatform.webui.form.UIForm getParentForm()
@Deprecated protected void setMeetUsers(List<org.exoplatform.moxtra.client.MoxtraUser> users)
protected DateFormat userDateFormat() throws MoxtraCalendarException, Exception
MoxtraCalendarExceptionExceptionprotected String getCalendarId()
protected String getCalendarType()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.