Klasse SimpleCalendarEvent<PAYLOAD>
java.lang.Object
org.teamapps.ux.component.calendar.AbstractCalendarEvent
org.teamapps.ux.component.calendar.SimpleCalendarEvent<PAYLOAD>
- Alle implementierten Schnittstellen:
CalendarEvent
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSimpleCalendarEvent(long start, long end, org.teamapps.icons.Icon icon, String caption) SimpleCalendarEvent(Instant start, Instant end, org.teamapps.icons.Icon icon, String caption) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetBadge()org.teamapps.icons.IcongetIcon()In case the event is rendered without a template, use this icon.getImage()getTitle()In case the event is rendered without a template, use this title.voidvoidsetCaption(String caption) voidsetIcon(org.teamapps.icons.Icon icon) voidvoidsetPayload(PAYLOAD payload) Von Klasse geerbte Methoden org.teamapps.ux.component.calendar.AbstractCalendarEvent
getBackgroundColor, getBorderColor, getEnd, getRendering, getStart, isAllDay, isAllowDragOperations, setAllDay, setAllowDragOperations, setBackgroundColor, setBorderColor, setEnd, setRendering, setStart, toStringVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.teamapps.ux.component.calendar.CalendarEvent
getEndInstant, getStartInstant
-
Konstruktordetails
-
SimpleCalendarEvent
-
SimpleCalendarEvent
-
-
Methodendetails
-
getIcon
public org.teamapps.icons.Icon getIcon()Beschreibung aus Schnittstelle kopiert:CalendarEventIn case the event is rendered without a template, use this icon. -
setIcon
public void setIcon(org.teamapps.icons.Icon icon) -
getImage
-
setImage
-
getTitle
Beschreibung aus Schnittstelle kopiert:CalendarEventIn case the event is rendered without a template, use this title. -
getCaption
-
setCaption
-
getBadge
-
setBadge
-
getPayload
-
setPayload
-