Class Configuration.DrawOptions

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

public static class Configuration.DrawOptions extends Object implements Serializable
Optional options for drawing events.
See Also:
  • Constructor Details

    • DrawOptions

      public DrawOptions()
  • Method Details

    • getSnapDrawDuration

      public TimeInterval getSnapDrawDuration()
    • setSnapDrawDuration

      public void setSnapDrawDuration(TimeInterval snapDrawDuration)
    • getDefaultTitle

      public String getDefaultTitle()
    • setDefaultTitle

      public void setDefaultTitle(String defaultTitle)
    • toJson

      public elemental.json.JsonObject toJson()