Class Configuration.DayBoundaries
java.lang.Object
org.vaadin.addons.componentfactory.schedulexcalendar.Configuration.DayBoundaries
- All Implemented Interfaces:
Serializable
- Enclosing class:
Configuration
Decides which hours should be displayed in the week and day grids.
Only full hours are allowed; 01:30, for example, is not allowed.
Defaults to midnight - midnight (a full day)
Can also be set to a "hybrid" day, such as { start: '06:00', end: '03:00' }, meaning each day starts at 6am but extends into the next day until 3am.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DayBoundaries
public DayBoundaries()
-
-
Method Details
-
getStart
-
setStart
-
getEnd
-
setEnd
-
toJson
public elemental.json.JsonObject toJson()
-