Modifier and Type | Origin and Description |
---|---|
public CalendarToolbarSection |
BBjCalendarWidget.CalendarToolbarSection.setObjects(BBjString objects!)
Sets the objects to be included in this toolbar section via a comma-separated list of string values like Note: If you choose to set the toolbar section objects via a BBjVector see the other setObjects() method. |
public CalendarToolbarSection |
BBjCalendarWidget.CalendarToolbarSection.setObjects(BBjVector objects!)
Sets the objects to be included in this toolbar section via a list of string values like Note: If you choose to set the toolbar section objects via a BBjString see the other setObjects() method. |
public static CalendarToolbarSection |
BBjCalendarWidget.CalendarAPI.createCalendarToolbarSection(BBjString alignment!)
Creates a
|
public static CalendarToolbarSection |
BBjCalendarWidget.CalendarAPI.createCalendarToolbarSection(BBjString alignment!, BBjString objects!)
Creates a
|
Modifier and Type | Origin and Description |
---|---|
public void |
BBjCalendarWidget.CalendarToolbar.setToolbarSection(CalendarToolbarSection section!)
Sets a |
public void |
BBjCalendarWidget.CalendarToolbar.setToolbarSections(CalendarToolbarSection startSection!, CalendarToolbarSection centerSection!, CalendarToolbarSection endSection!)
Sets all three |
public static CalendarToolbar |
BBjCalendarWidget.CalendarAPI.createCalendarToolbar(BBjString position!, CalendarToolbarSection startSection!, CalendarToolbarSection centerSection!, CalendarToolbarSection endSection!)
Creates a |