Properties

Description

Data Type

Flags

Default Value

inputTheme

connect a Theme bean to set the theme for this calendar

com.ibm.calendar.Theme write

null

selectedDate

contains the date selected by setting the year, month and day on calendar

java.util.Calendar

read, write, bound

null

resultSelectedDateAsString

contains the selectedDate as string (ddmmyyyy)

  String

read, bound ""

initalDate

contains initial date for the calendar (by default current date is set)

java.util.Calendar

 read, write system date

inputPlugin

connect a plugin bean to add a plugin to the calendar

com.ibm.calendar.Plugin

write null

holidays

contains a coded string to set holidays which should be displayed in red (by using the property editor)

String

read, write ""

firstDayOfWeek

contains an integer that represents which day is set as the first day of week or nothing is set (1: Sunday, 2: Monday, ..., 7: Saturday, -1: by default nothing is set, it means regional setting from the system.)

int

read, write -1

selectType

contains an integer to determine what type of days can be selected. (0: every day, 1: workday, 2: weekend/holiday - by default every day)

int

read, write 0