public class DefaultCalendarItem extends AbstractCalendarItem<java.time.LocalDateTime> implements java.io.Serializable
AbstractCalendarItem
using LocalDateTime and ZoneId._begin, _content, _contentColor, _end, _headerColor, _locked, _title
Constructor and Description |
---|
DefaultCalendarItem(java.time.LocalDateTime begin,
java.time.LocalDateTime end,
java.time.ZoneId zoneId) |
DefaultCalendarItem(java.lang.String title,
java.lang.String content,
java.lang.String headerColor,
java.lang.String contentColor,
boolean locked,
java.time.LocalDateTime begin,
java.time.LocalDateTime end,
java.time.ZoneId zoneId) |
Modifier and Type | Method and Description |
---|---|
protected java.time.Instant |
convertToInstant(java.time.LocalDateTime dateTime) |
getBegin, getContent, getContentColor, getEnd, getHeaderColor, getTitle, getZclass, isLocked
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBeginDate, getEndDate
public DefaultCalendarItem(java.time.LocalDateTime begin, java.time.LocalDateTime end, java.time.ZoneId zoneId)
public DefaultCalendarItem(java.lang.String title, java.lang.String content, java.lang.String headerColor, java.lang.String contentColor, boolean locked, java.time.LocalDateTime begin, java.time.LocalDateTime end, java.time.ZoneId zoneId)
protected java.time.Instant convertToInstant(java.time.LocalDateTime dateTime)
convertToInstant
in class AbstractCalendarItem<java.time.LocalDateTime>
Copyright © 2021. All Rights Reserved.