Class Configuration.CurrentTimeIndicatorConfig

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

public static class Configuration.CurrentTimeIndicatorConfig extends Object implements Serializable
Configuration to add a current time indicator to the calendar. It will automatically update every minute.
See Also:
  • Constructor Details

    • CurrentTimeIndicatorConfig

      public CurrentTimeIndicatorConfig()
  • Method Details

    • getFullWeekWidth

      public Boolean getFullWeekWidth()
    • setFullWeekWidth

      public void setFullWeekWidth(Boolean fullWeekWidth)
    • getTimeZoneOffset

      public Integer getTimeZoneOffset()
    • setTimeZoneOffset

      public void setTimeZoneOffset(Integer timeZoneOffset)
    • toJson

      public elemental.json.JsonObject toJson()