|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.doui.control.Control
lumis.doui.control.DataControl
lumis.doui.control.DataBoundControl
lumis.doui.control.datepicker.DateTimePickerControl
lumis.service.resourcescheduler.ScheduleDateTimePickerControl
public class ScheduleDateTimePickerControl
A control for selecting dateTime values for a schedule. This control uses as a default value for a start dateTime the next half-hour multiple, and for a end dateTime an hour after the default start dateTime.
The dataId is used to identify if this control is being used
for a start datetime. If it is not equals to startDateTime
,
it assumes it is for the end datetime.
Field Summary |
---|
Fields inherited from class lumis.doui.control.datepicker.DateTimePickerControl |
---|
dateFormat, defaultDateFormat, defaultTimeFormat, sdfDate, sdfDateTime, sdfDay, sdfHour, sdfMinute, sdfMonth, sdfTime, sdfYear, timeFormat |
Fields inherited from class lumis.doui.control.DataControl |
---|
FORCE_CASE_LOWER, FORCE_CASE_NONE, FORCE_CASE_UPPER, forceCase, requestParameterName, UNKNOWN_DATA_TYPE, value, valuePreviouslySet |
Constructor Summary | |
---|---|
ScheduleDateTimePickerControl()
|
Method Summary | |
---|---|
protected java.lang.Object |
getDefaultValue()
|
Methods inherited from class lumis.doui.control.datepicker.DateTimePickerControl |
---|
buildSubControls, fixedIdentifierRequired, getControlResource, getParameterValue, getScriptGetValuesFunctionImplementation, getStringsToLocalize, getValueClass, init, setRenderData |
Methods inherited from class lumis.doui.control.DataControl |
---|
convertValueToControlValue, getConverter, getDataType, getProcessActionIds, getRequestParameterName, getValue, getValue, initProcessActionIds, isTrim, loadSubControlFromRequest, loadSubControlsFromRequest, setProcessActionHandlerParameter, setProcessActionHandlerParameter, setProcessActionHandlerParameters, setTrim, setValue, valueIsArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lumis.doui.control.IClientSideReadableControl |
---|
getScriptGetValues, getScriptGetValuesRegistration |
Methods inherited from interface lumis.doui.control.IDataControl |
---|
getConverter, getProcessActionIds, getValue, getValue, setProcessActionHandlerParameters, setValue |
Methods inherited from interface lumis.doui.control.IControl |
---|
createContainer, disconnect, getChildControls, getId, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, isValid, registerOnEventScript, removeChild, removeChildren, setRuntimeAttributes |
Methods inherited from interface lumis.doui.render.IRenderer |
---|
getResources, getSourceContext |
Constructor Detail |
---|
public ScheduleDateTimePickerControl()
Method Detail |
---|
protected java.lang.Object getDefaultValue() throws PortalException
getDefaultValue
in class DataControl
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |