public class UICalendarSettingTab
extends org.exoplatform.webui.form.UIFormInputWithActions
org.exoplatform.webui.form.UIFormInputWithActions.ActionData| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_URL |
static String |
DATE_FORMAT |
static String |
FIELD_SEND |
static String |
ISSHOWWORKINGTIME |
static String |
TIME_FORMAT |
static String |
TIME_INTERVAL |
static String |
TIMEZONE |
static String |
VIEW_TYPE |
static String |
WEEK_START_ON |
static String |
WORKINGTIME_BEGIN |
static String |
WORKINGTIME_END |
| Constructor and Description |
|---|
UICalendarSettingTab(String compId) |
| Modifier and Type | Method and Description |
|---|---|
List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> |
getActionField(String fieldName) |
protected String |
getDateFormat() |
protected org.exoplatform.webui.form.UIForm |
getParentFrom() |
String |
getSendOption() |
protected boolean |
getShowWorkingTimes() |
protected String |
getTimeFormat() |
protected String |
getTimeInterval() |
protected String |
getTimeZone() |
List<org.exoplatform.webui.core.model.SelectItemOption<String>> |
getTimeZones(String locale) |
protected String |
getViewType() |
protected String |
getWeekStartOn() |
protected String |
getWorkingBegin() |
protected String |
getWorkingBegin(Locale locale) |
protected Date |
getWorkingBeginTime() |
protected Date |
getWorkingBeginTime(Locale locale) |
protected String |
getWorkingEnd() |
protected Date |
getWorkingEndTime() |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext arg0) |
void |
setActionField(String fieldName,
List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions) |
protected void |
setDateFormat(String value) |
void |
setSendOption(String value) |
protected void |
setShowWorkingTimes(boolean value) |
protected void |
setTimeFormat(String value) |
protected void |
setTimeZone(String value) |
protected void |
setViewType(String value) |
protected void |
setWeekStartOn(String value) |
protected void |
setWorkingBegin(String value,
String format) |
protected void |
setWorkingEnd(String value,
String format) |
addUIFormInput, 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 VIEW_TYPE
public static final String TIME_INTERVAL
public static final String WEEK_START_ON
public static final String DATE_FORMAT
public static final String TIME_FORMAT
public static final String TIMEZONE
public static final String ISSHOWWORKINGTIME
public static final String WORKINGTIME_BEGIN
public static final String WORKINGTIME_END
public static final String BASE_URL
public static final String FIELD_SEND
protected org.exoplatform.webui.form.UIForm getParentFrom()
public void setActionField(String fieldName, List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
setActionField in class org.exoplatform.webui.form.UIFormInputWithActionspublic List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(String fieldName)
public void processRender(org.exoplatform.webui.application.WebuiRequestContext arg0)
throws Exception
processRender in class org.exoplatform.webui.form.UIFormInputWithActionsExceptionprotected String getViewType()
protected void setViewType(String value)
protected String getTimeInterval()
protected String getWeekStartOn()
protected void setWeekStartOn(String value)
protected String getDateFormat()
protected void setDateFormat(String value)
protected String getTimeFormat()
protected void setTimeFormat(String value)
protected String getTimeZone()
protected void setTimeZone(String value)
protected boolean getShowWorkingTimes()
protected void setShowWorkingTimes(boolean value)
protected Date getWorkingBeginTime(Locale locale) throws Exception
Exceptionprotected void setWorkingBegin(String value, String format) throws Exception
Exceptionprotected void setWorkingEnd(String value, String format) throws Exception
Exceptionpublic List<org.exoplatform.webui.core.model.SelectItemOption<String>> getTimeZones(String locale)
public String getSendOption()
public void setSendOption(String value)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.