public interface ViewCalendarFormat extends MemoryStructure
Modifier and Type | Interface and Description |
---|---|
static class |
ViewCalendarFormat.Flag |
static class |
ViewCalendarFormat.Format |
static class |
ViewCalendarFormat.MinorVersion |
static class |
ViewCalendarFormat.Version |
getData
ViewCalendarFormat.Version getVersion()
ViewCalendarFormat setVersion(ViewCalendarFormat.Version version)
Set<ViewCalendarFormat.Format> getSupportedFormats()
ViewCalendarFormat setSupportedFormats(Collection<ViewCalendarFormat.Format> formats)
FontStyle getDayDateFont()
FontStyle getTimeSlotFont()
FontStyle getHeaderFont()
short getDaySeparatorColor()
ViewCalendarFormat setDaySeparatorColor(short color)
short getTodayColor()
ViewCalendarFormat setTodayColor(short color)
Set<ViewCalendarFormat.Flag> getFlags()
ViewCalendarFormat setFlags(Collection<ViewCalendarFormat.Flag> formats)
short getBusyColor()
ViewCalendarFormat setBusyColor(short color)
int getTimeSlotStartMinutes()
ViewCalendarFormat setTimeSlotStartMinutes(int mins)
int getTimeSlotEndMinutes()
ViewCalendarFormat setTimeSlotEndMinutes(int mins)
int getTimeSlotDurationMinutes()
ViewCalendarFormat setTimeSlotDurationMinutes(int mins)
ColorValue getDaySeparatorColorExt()
ColorValue getBusyColorExt()
ViewCalendarFormat.MinorVersion getMinorVersion()
ViewCalendarFormat setMinorVersion(ViewCalendarFormat.MinorVersion version)
byte getInitialFormat()
ViewCalendarFormat setInitialFormat(byte format)
int getGridBackgroundColor()
ViewCalendarFormat setGridBackgroundColor(int color)
int getWorkHoursColor()
ViewCalendarFormat setWorkHoursColor(int color)
int getToDoBackgroundColor()
ViewCalendarFormat setToDoBackgroundColor(int color)
int getHeaderBackgroundColor()
ViewCalendarFormat setHeaderBackgroundColor(int color)
Copyright © 2019–2021 HCL. All rights reserved.