Class SimpleCalendarEvent<PAYLOAD>

java.lang.Object
org.teamapps.ux.component.calendar.AbstractCalendarEvent
org.teamapps.ux.component.calendar.SimpleCalendarEvent<PAYLOAD>
All Implemented Interfaces:
CalendarEvent

public class SimpleCalendarEvent<PAYLOAD> extends AbstractCalendarEvent
  • Constructor Details

    • SimpleCalendarEvent

      public SimpleCalendarEvent(Instant start, Instant end, Icon icon, String caption)
    • SimpleCalendarEvent

      public SimpleCalendarEvent(long start, long end, Icon icon, String caption)
  • Method Details

    • getIcon

      public Icon getIcon()
      Description copied from interface: CalendarEvent
      In case the event is rendered without a template, use this icon.
    • setIcon

      public void setIcon(Icon icon)
    • getImage

      public String getImage()
    • setImage

      public void setImage(String image)
    • getTitle

      public String getTitle()
      Description copied from interface: CalendarEvent
      In case the event is rendered without a template, use this title.
    • getCaption

      public String getCaption()
    • setCaption

      public void setCaption(String caption)
    • getBadge

      public String getBadge()
    • setBadge

      public void setBadge(String badge)
    • getPayload

      public PAYLOAD getPayload()
    • setPayload

      public void setPayload(PAYLOAD payload)