Class ResourceSchedulerConfig

java.lang.Object
org.vaadin.addons.componentfactory.schedulexcalendar.ResourceSchedulerConfig
All Implemented Interfaces:
Serializable

public class ResourceSchedulerConfig extends Object implements Serializable
Java representation of the configuration options for the Schedule-X Resource Scheduler. This configuration is used to customize the behavior and appearance of resource scheduler.
See Also:
  • Constructor Details

    • ResourceSchedulerConfig

      public ResourceSchedulerConfig()
  • Method Details

    • getHourWidth

      public Integer getHourWidth()
    • setHourWidth

      public void setHourWidth(Integer hourWidth)
    • getDayWidth

      public Integer getDayWidth()
    • setDayWidth

      public void setDayWidth(Integer dayWidth)
    • getResources

      public List<Resource> getResources()
    • setResources

      public void setResources(List<Resource> resources)
    • getResourceHeight

      public Integer getResourceHeight()
    • setResourceHeight

      public void setResourceHeight(Integer resourceHeight)
    • getEventHeight

      public Integer getEventHeight()
    • setEventHeight

      public void setEventHeight(Integer eventHeight)
    • isDragAndDrop

      public boolean isDragAndDrop()
    • setDragAndDrop

      public void setDragAndDrop(boolean dragAndDrop)
    • isResize

      public boolean isResize()
    • setResize

      public void setResize(boolean resize)
    • isInfiniteScroll

      public boolean isInfiniteScroll()
    • setInfiniteScroll

      public void setInfiniteScroll(boolean infiniteScroll)
    • getInitialHours

      public com.vaadin.flow.internal.Pair<LocalDateTime,LocalDateTime> getInitialHours()
    • setInitialHours

      public void setInitialHours(com.vaadin.flow.internal.Pair<LocalDateTime,LocalDateTime> initialHours)
    • getInitialDays

      public com.vaadin.flow.internal.Pair<LocalDate,LocalDate> getInitialDays()
    • setInitialDays

      public void setInitialDays(com.vaadin.flow.internal.Pair<LocalDate,LocalDate> initialDays)
    • getHighlightToday

      public Boolean getHighlightToday()
    • setHighlightToday

      public void setHighlightToday(Boolean highlightToday)
    • getDayNameFormat

      public String getDayNameFormat()
    • setDayNameFormat

      public void setDayNameFormat(DayNameFormat dayNameFormat)
    • getJson

      public String getJson()