Class Event.EventCustomContent

java.lang.Object
org.vaadin.addons.componentfactory.schedulexcalendar.model.Event.EventCustomContent
All Implemented Interfaces:
Serializable
Enclosing class:
Event

public static class Event.EventCustomContent extends Object implements Serializable
Optional custom content to render in different views.
See Also:
  • Constructor Details

    • EventCustomContent

      public EventCustomContent()
  • Method Details

    • getTimeGrid

      public String getTimeGrid()
    • setTimeGrid

      public void setTimeGrid(String timeGrid)
    • getDateGrid

      public String getDateGrid()
    • setDateGrid

      public void setDateGrid(String dateGrid)
    • getMonthGrid

      public String getMonthGrid()
    • setMonthGrid

      public void setMonthGrid(String monthGrid)
    • getMonthAgenda

      public String getMonthAgenda()
    • setMonthAgenda

      public void setMonthAgenda(String monthAgenda)