Modifier and Type | Origin and Description |
---|---|
public CalendarToolbar |
BBjCalendarWidget.CalendarOptions.getFooterToolbar()
Returns the header or footer toolbar that's displayed on the calendar. |
public CalendarToolbar |
BBjCalendarWidget.CalendarOptions.getHeaderToolbar()
Returns the header or footer toolbar that's displayed on the calendar. |
public static CalendarToolbar |
BBjCalendarWidget.CalendarAPI.createCalendarToolbar()
Creates a |
public static CalendarToolbar |
BBjCalendarWidget.CalendarAPI.createCalendarToolbar(BBjString position!)
Creates a |
public static CalendarToolbar |
BBjCalendarWidget.CalendarAPI.createCalendarToolbar(BBjString position!, CalendarToolbarSection startSection!, CalendarToolbarSection centerSection!, CalendarToolbarSection endSection!)
Creates a |
public static CalendarToolbar |
BBjCalendarWidget.CalendarAPI.createCalendarToolbar(BBjString position!, BBjString startSection!, BBjString centerSection!, BBjString endSection!)
Creates a |
Modifier and Type | Origin and Description |
---|---|
public void |
BBjCalendarWidget.CalendarOptions.setFooterToolbar(CalendarToolbar toolbar!)
Sets the footer toolbar that's displayed on the calendar given a previously-defined
Note that the calendar's option do NOT define a footer toolbar by default. |
public void |
BBjCalendarWidget.CalendarOptions.setHeaderToolbar(CalendarToolbar toolbar!)
Sets the header toolbar that's displayed on the calendar given a previously-defined
Note that the calendar's option define a header toolbar by default. |