public class UTCDateTimeRangeController extends Object
Constructor and Description |
---|
UTCDateTimeRangeController(UTCDateBox startDate,
UTCTimeBox startTime,
UTCDateBox endDate,
UTCTimeBox endTime)
Creates a controller that will manage the date/time range
consisting of 2 date/time controls and an optional
allDayCheckbox.
|
UTCDateTimeRangeController(UTCDateBox startDate,
UTCTimeBox startTime,
UTCDateBox endDate,
UTCTimeBox endTime,
HasValue<Boolean> allDayCheckbox)
Creates a controller that will manage the date/time range
consisting of 2 date/time controls and an optional
allDayCheckbox.
|
Modifier and Type | Method and Description |
---|---|
long |
getDefaultIntervalMillis()
Returns the current default time interval
|
boolean |
isAllDay()
Returns true if the all day checkbox is checked
|
void |
setDefaultIntervalMillis(long defaultIntervalMillis)
Sets the default time interval in milliseconds.
|
public UTCDateTimeRangeController(UTCDateBox startDate, UTCTimeBox startTime, UTCDateBox endDate, UTCTimeBox endTime)
public UTCDateTimeRangeController(UTCDateBox startDate, UTCTimeBox startTime, UTCDateBox endDate, UTCTimeBox endTime, HasValue<Boolean> allDayCheckbox)
public long getDefaultIntervalMillis()
public void setDefaultIntervalMillis(long defaultIntervalMillis)
public boolean isAllDay()
Copyright © 2015. All Rights Reserved.