Class Configuration.DayBoundaries

java.lang.Object
org.vaadin.addons.componentfactory.schedulexcalendar.Configuration.DayBoundaries
All Implemented Interfaces:
Serializable
Enclosing class:
Configuration

public static class Configuration.DayBoundaries extends Object implements Serializable
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 Details

    • DayBoundaries

      public DayBoundaries()
  • Method Details

    • getStart

      public LocalTime getStart()
    • setStart

      public void setStart(LocalTime start)
    • getEnd

      public LocalTime getEnd()
    • setEnd

      public void setEnd(LocalTime end)
    • toJson

      public elemental.json.JsonObject toJson()