publish
IT2BE Calendar Bean info


Servoy Properties Summary
String bgcolor
String calendarBgcolor
String calendarCategoryHeaderBgcolor
Boolean calendarCompressed
String calendarCurrentBgcolor
String calendarHorizontalLineEvenColor
String calendarHorizontalLineOddColor
String calendarInactiveBgcolor
String calendarInactiveRange
Number calendarScale
String calendarSelectionBgcolor
String calendarSubRowLineColor
Number calendarTimeInterval
Object calendarType
String calendarVerticalLineEvenColor
String calendarVerticalLineOddColor
Number calendarView
Boolean calendarVisible
String calendarWeekendBgcolor
String categoryHeaderText
String categoryHeaderToolTip
String categoryTreeBgcolor
Boolean categoryTreeVisible
Boolean clearInformationOnEventExit
Date date
String datePickerBgcolor
String datePickerSelectionBgcolor
Boolean datePickerVisible
String datePickerWeekendBgcolor
Number dividerCenterLocation
Number dividerLeftLocation
Boolean dividerOneTouchExpandable
Number dividerRightLocation
Number dividerSize
Number eventCategoryColor
Number eventDuration
Number eventMagnet
Number eventMonthShape
Boolean eventMovable
Boolean eventResizable
Number eventShape
Number eventTransparancy
String fgcolor
Object filterCalendarCategories
Boolean filterCategoryLabelSelected
Number firstDayOfWorkWeek
Boolean ganttCategoryHeaderGrow
Number ganttDayTimeInterval
Number ganttWeekTimeInterval
String headerBgcolor
String headerFgcolor
String informationBgcolor
String informationFgcolor
Boolean informationVisible
Boolean scaleButtonVisible
Boolean showCalendarAllDayEvents
Boolean showCalendarCategories
Boolean showCalendarHeaderDate
String timeScaleBgcolor
String todayBgcolor
String toolbarBgcolor
Array<Object> toolbarToolTips
Boolean toolbarVisible
Boolean visible


Servoy Methods Summary
void clearCalendarPopupMenu( )
void clearCalendarSelectedDateRange( )
void clearEventPopupMenu( )
JSDataSet convertToDataSet( Array<Array<Object>> )
String exportICalendar( String, JSDataSet, Boolean )
Object getCategoryIdByName( Object )
Boolean getCategorySelected( Object )
Number getGanttCategoryHeaderHeight( )
Number getGanttCategoryHeaderWidth( )
Number getHeight( )
Number getLocationX( )
Number getLocationY( )
String getName( )
Array<Object> getSelectedCategories( Boolean )
Array<Object> getSelectedCategories( )
Date getVisibleEndDate( )
String getVisibleFilter( )
Date getVisibleStartDate( )
Number getWidth( )
JSDataSet importICalendar( String )
Boolean isCategorySelected( Object )
void overrideLocale( String, String )
void printCalendar( Boolean )
void printCalendar( String )
void printCalendar( )
void printCalendar( Boolean, String )
void removeCategories( Array<Object> )
void removeCategories( )
void removeCategory( Object )
void removeEvent( Object )
void removeEvents( )
void removeEvents( Array<Object> )
void removeToolbarButton( String )
void revalidateCalendar( )
void scrollVisibleDateRange( Number )
void setCalendarDoubleClickedMedhod( Function )
void setCalendarMouseReleasedMedhod( Function )
void setCalendarPopupMenuItem( String, String, Object )
void setCalendarPopupMenuItem( String, String )
void setCalendarPopupMenuSeparator( )
void setCalendarRangeChangedMethod( Function )
void setCalendarRangeSelectedMethod( Function )
void setCalendarSelectedDateRange( Date, Date )
void setCalendarViewPosition( Number )
void setCategories( JSDataSet )
void setCategories( JSDataSet, String, String, String, String )
void setCategory( Object, String, String, Object )
void setCategoryExpanded( Object, Boolean )
void setCategoryExpandedDeep( Object, Boolean )
void setCategorySelected( Object, Boolean )
void setCategorySelectedMethod( Function )
void setEvent( Array<Object> )
void setEventAllDayTemplate( Number )
void setEventChangedMethod( Function )
void setEventFont( String )
void setEventMonthFont( String )
void setEventMonthTemplate( Number )
void setEventOpenedMethod( Function )
void setEventPopupMenuItem( String, String )
void setEventPopupMenuItem( String, String, Object )
void setEventPopupMenuSeparator( )
void setEventSelectedMethod( Function )
void setEventTemplate( Number )
void setEvents( JSDataSet, String, String, String, String, String, String )
void setEvents( JSDataSet, String, String, String, String, String, String, String )
void setEvents( JSDataSet, String, String, String, String, String, String, String, String, String, String )
void setEvents( JSDataSet )
void setEvents( JSDataSet, String, String, String, String, String, String, String, String, String, String, String )
void setFont( String )
void setGanttCategoryHeaderSize( Number, Number )
void setInformation( String )
void setLocation( Number, Number )
void setPopupMethod( Function )
void setSize( Number, Number )
void setToolTipMethod( Function, Boolean )
void setToolTipMethod( Function )
void setToolbarButton( String )
void setToolbarButton( String, String )
void setToolbarButton( String, String, URL )
void setToolbarButton( String, String, byte[] )
void setToolbarButton( String, String, String )
void setToolbarDefaultButton( Number, String, URL )
void setToolbarDefaultButton( Number, String, String )
void setToolbarDefaultButton( Number, String )
void setToolbarDefaultButton( Number, String, byte[] )
void setToolbarMethod( Function )
void setToolbarSeparator( )
void setVisibleDateRange( Date, Date )
void toggleCategoryExpanded( Object )
void toggleCategorySelected( Object, Boolean )


Servoy Properties Details


bgcolor
String  bgcolor
Get/Set the background color of the Bean.
Returns
String  color String

Supported Clients
SmartClient


calendarBgcolor
String  calendarBgcolor
Get/Set the Calendar Background Color
Returns
String  color String

Supported Clients
SmartClient


calendarCategoryHeaderBgcolor
String  calendarCategoryHeaderBgcolor
Get/Set the category header background color
Returns
String  color String

Supported Clients
SmartClient


calendarCompressed
Boolean  calendarCompressed
Get the compressed status of the calendar
Returns
Boolean  compressed boolean

Supported Clients
SmartClient


calendarCurrentBgcolor
String  calendarCurrentBgcolor
Get/Set the calendar background color of the current day
Returns
String  color String

Supported Clients
SmartClient


calendarHorizontalLineEvenColor
String  calendarHorizontalLineEvenColor
Get/Set the horizontal event line color
Returns
String  color String

Supported Clients
SmartClient


calendarHorizontalLineOddColor
String  calendarHorizontalLineOddColor
Get/Set the horizontal odd line color
Returns
String  color String

Supported Clients
SmartClient


calendarInactiveBgcolor
String  calendarInactiveBgcolor
Get/Set the background color for the inactive background
Returns
String  color String

Supported Clients
SmartClient


calendarInactiveRange
String  calendarInactiveRange
Get/Set the inactive range for the calendar
Returns
String  range String

Supported Clients
SmartClient


calendarScale
Number  calendarScale
Get/Set the scale of the calendar
Returns
Number  scale int

Supported Clients
SmartClient


calendarSelectionBgcolor
String  calendarSelectionBgcolor
Get/Set the calendar selection background color
Returns
String  color String

Supported Clients
SmartClient


calendarSubRowLineColor
String  calendarSubRowLineColor
Get/Set the subrow line color
Returns
String  color String

Supported Clients
SmartClient


calendarTimeInterval
Number  calendarTimeInterval
Get/Set the time interval
Returns
Number  interval int

Supported Clients
SmartClient


calendarType
Object  calendarType
Get/Set the calendar type
Returns
Object  type Object

Supported Clients
SmartClient


calendarVerticalLineEvenColor
String  calendarVerticalLineEvenColor
Get/Set the vertical even line color
Returns
String  color String

Supported Clients
SmartClient


calendarVerticalLineOddColor
String  calendarVerticalLineOddColor
Get/Set the vertical odd line color
Returns
String  color String

Supported Clients
SmartClient


calendarView
Number  calendarView
Get/Set the calendar view
Returns
Number  type int

Supported Clients
SmartClient


calendarVisible
Boolean  calendarVisible
Get/Set the visibility of the calendar
Returns
Boolean  visible boolean

Supported Clients
SmartClient


calendarWeekendBgcolor
String  calendarWeekendBgcolor
Get/Set the weekend background color
Returns
String  color String

Supported Clients
SmartClient


categoryHeaderText
String  categoryHeaderText
Get/Set the category header text
Returns
String  text String

Supported Clients
SmartClient


categoryHeaderToolTip
String  categoryHeaderToolTip
Get/Set the tooltip for the category header
Returns
String  tooltip String

Supported Clients
SmartClient


categoryTreeBgcolor
String  categoryTreeBgcolor
Get/Set the category tree background color
Returns
String  color String

Supported Clients
SmartClient


categoryTreeVisible
Boolean  categoryTreeVisible
Get/Set the category tree visibility
Returns
Boolean  visible boolean

Supported Clients
SmartClient


clearInformationOnEventExit
Boolean  clearInformationOnEventExit
Get/Set the information to be cleared on event exit
Returns
Boolean  clear boolean

Supported Clients
SmartClient


date
Date  date
Get the current date in the calendar
Returns
Date  date Date

Supported Clients
SmartClient


datePickerBgcolor
String  datePickerBgcolor
Get/Set the datepicker background color
Returns
String  color String

Supported Clients
SmartClient


datePickerSelectionBgcolor
String  datePickerSelectionBgcolor
Get/Set the datepicker selection background color
Returns
String  color String

Supported Clients
SmartClient


datePickerVisible
Boolean  datePickerVisible
Get/Set the the datepicker visibility
Returns
Boolean  visible boolean

Supported Clients
SmartClient


datePickerWeekendBgcolor
String  datePickerWeekendBgcolor
Get/Set the datepicker weekend background color
Returns
String  color String

Supported Clients
SmartClient


dividerCenterLocation
Number  dividerCenterLocation
Get/Set the center divider location
Returns
Number  location int

Supported Clients
SmartClient


dividerLeftLocation
Number  dividerLeftLocation
Get/Set the left divider location
Returns
Number  location int

Supported Clients
SmartClient


dividerOneTouchExpandable
Boolean  dividerOneTouchExpandable
Get/Set the divider to be expander by one touch
Returns
Boolean  expandable boolean

Supported Clients
SmartClient


dividerRightLocation
Number  dividerRightLocation
Get/Set the right divider location
Returns
Number  location int

Supported Clients
SmartClient


dividerSize
Number  dividerSize
Get/Set the center divider size
Returns
Number  size int

Supported Clients
SmartClient


eventCategoryColor
Number  eventCategoryColor
Get/Set the event category color
Returns
Number  color String

Supported Clients
SmartClient


eventDuration
Number  eventDuration
Get/Set the default event duration
Returns
Number  duration int

Supported Clients
SmartClient


eventMagnet
Number  eventMagnet
Get/Set the event magnet
Returns
Number  magnet int

Supported Clients
SmartClient


eventMonthShape
Number  eventMonthShape
Get/Set the shape of the event in month view
Returns
Number  shape int

Supported Clients
SmartClient


eventMovable
Boolean  eventMovable
Get/Set the movable state of an event
Returns
Boolean  movable boolean

Supported Clients
SmartClient


eventResizable
Boolean  eventResizable
Get/Set the resizable state of an event
Returns
Boolean  resizable boolean

Supported Clients
SmartClient


eventShape
Number  eventShape
Get/Set the event shape
Returns
Number  shape int

Supported Clients
SmartClient


eventTransparancy
Number  eventTransparancy
Get/Set the event transparancy
Returns
Number  transparancy int

Supported Clients
SmartClient


fgcolor
String  fgcolor
Get/Set the foreground color of the panels.
Returns
String  color String

Supported Clients
SmartClient


filterCalendarCategories
Object  filterCalendarCategories
Get the categories filter
Returns
Object  filter Object

Supported Clients
SmartClient


filterCategoryLabelSelected
Boolean  filterCategoryLabelSelected
Get/Set the filter calendar label to be selected or not
Returns
Boolean  selected boolean

Supported Clients
SmartClient


firstDayOfWorkWeek
Number  firstDayOfWorkWeek
Get/Set the first day of a work week
Returns
Number  day int

Supported Clients
SmartClient


ganttCategoryHeaderGrow
Boolean  ganttCategoryHeaderGrow
Get/Set the grow state of the Gantt view category header
Returns
Boolean  grow boolean

Supported Clients
SmartClient


ganttDayTimeInterval
Number  ganttDayTimeInterval
Get/Set the Gantt view day time interval
Returns
Number  interval int

Supported Clients
SmartClient


ganttWeekTimeInterval
Number  ganttWeekTimeInterval
Get/Set the Gantt view week time interval
Returns
Number  interval int

Supported Clients
SmartClient


headerBgcolor
String  headerBgcolor
Get/Set the background color of the header element.
Returns
String  color String

Supported Clients
SmartClient


headerFgcolor
String  headerFgcolor
Get/Set the foreground color of the header element.
Returns
String  color String

Supported Clients
SmartClient


informationBgcolor
String  informationBgcolor
Get/Set the background color for the information panel
Returns
String  color String

Supported Clients
SmartClient


informationFgcolor
String  informationFgcolor
Get/Set the foreground color for the information panel
Returns
String  color String

Supported Clients
SmartClient


informationVisible
Boolean  informationVisible
Get/Set the information panel visibility
Returns
Boolean  visible boolean

Supported Clients
SmartClient


scaleButtonVisible
Boolean  scaleButtonVisible
Get/Set the scale button visibility
Returns
Boolean  visible boolean

Supported Clients
SmartClient


showCalendarAllDayEvents
Boolean  showCalendarAllDayEvents
Get/Set the allday events to show or not
Returns
Boolean  show boolean

Supported Clients
SmartClient


showCalendarCategories
Boolean  showCalendarCategories
Get/Set the categories to show or not
Returns
Boolean  show boolean

Supported Clients
SmartClient


showCalendarHeaderDate
Boolean  showCalendarHeaderDate
Get/Set the header date to show or not
Returns
Boolean  show boolean

Supported Clients
SmartClient


timeScaleBgcolor
String  timeScaleBgcolor
Get/Set the background color of the timescale
Returns
String  color String

Supported Clients
SmartClient


todayBgcolor
String  todayBgcolor
Get/Set the background color for today
Returns
String  color String

Supported Clients
SmartClient


toolbarBgcolor
String  toolbarBgcolor
Get/Set the toolbar background color
Returns
String  color String

Supported Clients
SmartClient


toolbarToolTips
Array<Object>  toolbarToolTips
Get/Set the toolbar tooltips
Returns
Array<Object>  tooltips Object[]

Supported Clients
SmartClient


toolbarVisible
Boolean  toolbarVisible
Get/Set the toolbar visibility
Returns
Boolean  visible boolean

Supported Clients
SmartClient


visible
Boolean  visible
Get/Set the visibility
Returns
Boolean  visible boolean

Supported Clients
SmartClient

Servoy Methods Details


clearCalendarPopupMenu
void  clearCalendarPopupMenu( )
Clear the calendar popup menu
Returns
void  

Supported Clients
SmartClient


clearCalendarSelectedDateRange
void  clearCalendarSelectedDateRange( )
Clear the selected date range
Returns
void  

Supported Clients
SmartClient


clearEventPopupMenu
void  clearEventPopupMenu( )
Clear the event popup menu
Returns
void  

Supported Clients
SmartClient


convertToDataSet
JSDataSet  convertToDataSet( Array<Array<Object>> )
Convert the array to a JSDataSet
Parameters
Array<Array<Object>>  object  the object

Returns
JSDataSet  dataset JSDataSet

Supported Clients
SmartClient


exportICalendar
String  exportICalendar( String, JSDataSet, Boolean )
Export an ICalendar based on the JSDataSet
Parameters
String  filename  the filename
JSDataSet  dataset  the dataset
Boolean  overwrite  the overwrite

Returns
String  ICalendar String

Supported Clients
SmartClient


getCategoryIdByName
Object  getCategoryIdByName( Object )
Get the category id by name
Parameters
Object  name  the name

Returns
Object  id Object

Supported Clients
SmartClient


getCategorySelected
Boolean  getCategorySelected( Object )
Get/Set the selected category by id
Parameters
Object  id  the category id

Returns
Boolean  selected boolean

Supported Clients
SmartClient


getGanttCategoryHeaderHeight
Number  getGanttCategoryHeaderHeight( )
Get/Set the height of the Gantt view category header
Returns
Number  height int

Supported Clients
SmartClient


getGanttCategoryHeaderWidth
Number  getGanttCategoryHeaderWidth( )
Get/Set the width of the Gantt view category header
Returns
Number  width int

Supported Clients
SmartClient


getHeight
Number  getHeight( )
Get/Set the height
Returns
Number  height int

Supported Clients
SmartClient


getLocationX
Number  getLocationX( )
Get/Set the location x coordinate
Returns
Number  x int

Supported Clients
SmartClient


getLocationY
Number  getLocationY( )
Get/Set the location y coordinate
Returns
Number  y int

Supported Clients
SmartClient


getName
String  getName( )
Get/Set the name
Returns
String  name String

Supported Clients
SmartClient


getSelectedCategories
Array<Object>  getSelectedCategories( Boolean )
Set the selected categories and include the added children
Parameters
Boolean  children  the include/exclude all children

Returns
Array<Object>  children Object[]

Supported Clients
SmartClient


getSelectedCategories
Array<Object>  getSelectedCategories( )
Set the selected categories and include all children
Returns
Array<Object>  categories Object[]

Supported Clients
SmartClient


getVisibleEndDate
Date  getVisibleEndDate( )
Get the visible end date
Returns
Date  date Date

Supported Clients
SmartClient


getVisibleFilter
String  getVisibleFilter( )
Get the visibility filter for categories
Returns
String  filter String

Supported Clients
SmartClient


getVisibleStartDate
Date  getVisibleStartDate( )
Get the visible start date
Returns
Date  date Date

Supported Clients
SmartClient


getWidth
Number  getWidth( )
Get the width
Returns
Number  width int

Supported Clients
SmartClient


importICalendar
JSDataSet  importICalendar( String )
Import an ICalendar as JSDataSet by filename
Parameters
String  filename  the filename

Returns
JSDataSet  dataset JSDataSet

Supported Clients
SmartClient


isCategorySelected
Boolean  isCategorySelected( Object )
Find out if a category is selected
Parameters
Object  id  the category id

Returns
Boolean  selected boolean

Supported Clients
SmartClient


overrideLocale
void  overrideLocale( String, String )
Override locale settings like you would with I18N.
Parameters
String  language  the language
String  country  the country

Returns
void  

Supported Clients
SmartClient


printCalendar
void  printCalendar( Boolean )
Print the calendar
Parameters
Boolean  modal  the modal

Returns
void  

Supported Clients
SmartClient


printCalendar
void  printCalendar( String )
Print the calendar
Parameters
String  title  the title

Returns
void  

Supported Clients
SmartClient


printCalendar
void  printCalendar( )
Print the calendar
Returns
void  

Supported Clients
SmartClient


printCalendar
void  printCalendar( Boolean, String )
Print the calendar
Parameters
Boolean  modal  the modal
String  title  the title

Returns
void  

Supported Clients
SmartClient


removeCategories
void  removeCategories( Array<Object> )
Remove the categories by ids
Parameters
Array<Object>  ids  the ids

Returns
void  

Supported Clients
SmartClient


removeCategories
void  removeCategories( )
Remove all categories
Returns
void  

Supported Clients
SmartClient


removeCategory
void  removeCategory( Object )
Remove a category by id
Parameters
Object  id  the id

Returns
void  

Supported Clients
SmartClient


removeEvent
void  removeEvent( Object )
Remove an event by id
Parameters
Object  id  the id

Returns
void  

Supported Clients
SmartClient


removeEvents
void  removeEvents( )
Remove all events
Returns
void  

Supported Clients
SmartClient


removeEvents
void  removeEvents( Array<Object> )
Remove events by ids
Parameters
Array<Object>  ids  the ids

Returns
void  

Supported Clients
SmartClient


removeToolbarButton
void  removeToolbarButton( String )
Remove a toolbar button by action id
Parameters
String  actionid  the actionid

Returns
void  

Supported Clients
SmartClient


revalidateCalendar
void  revalidateCalendar( )
Revalidate the calendar
Returns
void  

Supported Clients
SmartClient


scrollVisibleDateRange
void  scrollVisibleDateRange( Number )
Scroll to a visible data range
Parameters
Number  value  the value

Returns
void  

Supported Clients
SmartClient


setCalendarDoubleClickedMedhod
void  setCalendarDoubleClickedMedhod( Function )
Set the calendar double clicked callback method
Parameters
Function  method  the calendar double clicked medhod

Returns
void  

Supported Clients
SmartClient


setCalendarMouseReleasedMedhod
void  setCalendarMouseReleasedMedhod( Function )
Set the calendar mouse released callback method
Parameters
Function  method  the calendar mouse released medhod

Returns
void  

Supported Clients
SmartClient


setCalendarPopupMenuItem
void  setCalendarPopupMenuItem( String, String, Object )
Set the calendar popup menu itemTODO create description
Parameters
String  actionid  the actionid
String  label  the label
Object  icon  the icon

Returns
void  

Supported Clients
SmartClient


setCalendarPopupMenuItem
void  setCalendarPopupMenuItem( String, String )
Set the calendar popup menu item
Parameters
String  actionid  the actionid
String  label  the label

Returns
void  

Supported Clients
SmartClient


setCalendarPopupMenuSeparator
void  setCalendarPopupMenuSeparator( )
Set the calendar popup menu separator
Returns
void  

Supported Clients
SmartClient


setCalendarRangeChangedMethod
void  setCalendarRangeChangedMethod( Function )
Set the calendar range changed callback method
Parameters
Function  method  the calendar range changed method

Returns
void  

Supported Clients
SmartClient


setCalendarRangeSelectedMethod
void  setCalendarRangeSelectedMethod( Function )
Set the calendar range selected callback method
Parameters
Function  method  the calendar range selected method

Returns
void  

Supported Clients
SmartClient


setCalendarSelectedDateRange
void  setCalendarSelectedDateRange( Date, Date )
Set the selected date range
Parameters
Date  start  the start
Date  end  the end

Returns
void  

Supported Clients
SmartClient


setCalendarViewPosition
void  setCalendarViewPosition( Number )
Set the calendar view position
Parameters
Number  position  the position

Returns
void  

Supported Clients
SmartClient


setCategories
void  setCategories( JSDataSet )
Set the categories
Parameters
JSDataSet  dataset  the dataset

Returns
void  

Supported Clients
SmartClient


setCategories
void  setCategories( JSDataSet, String, String, String, String )
Set the categories
Parameters
JSDataSet  dataset  the dataset
String  idColumn  the id column
String  labelColumn  the label column
String  colorColumn  the color column
String  parentColumn  the parent column

Returns
void  

Supported Clients
SmartClient


setCategory
void  setCategory( Object, String, String, Object )
Set the category
Parameters
Object  id  the category id
String  label  the label
String  color  the color
Object  parentID  the parent id

Returns
void  

Supported Clients
SmartClient


setCategoryExpanded
void  setCategoryExpanded( Object, Boolean )
Expand the category
Parameters
Object  id  the category id
Boolean  expanded  the expanded

Returns
void  

Supported Clients
SmartClient


setCategoryExpandedDeep
void  setCategoryExpandedDeep( Object, Boolean )
Deep expand the category
Parameters
Object  id  the category id
Boolean  expanded  the expanded

Returns
void  

Supported Clients
SmartClient


setCategorySelected
void  setCategorySelected( Object, Boolean )
Select or deselect the category by id
Parameters
Object  id  the category id
Boolean  selected  the selected

Returns
void  

Supported Clients
SmartClient


setCategorySelectedMethod
void  setCategorySelectedMethod( Function )
Set the category selected callback method
Parameters
Function  method  the category selected method

Returns
void  

Supported Clients
SmartClient


setEvent
void  setEvent( Array<Object> )
Define the event
Parameters
Array<Object>  arguments  the arguments

Returns
void  

Supported Clients
SmartClient


setEventAllDayTemplate
void  setEventAllDayTemplate( Number )
Set the allday event template
Parameters
Number  template  the template

Returns
void  

Supported Clients
SmartClient


setEventChangedMethod
void  setEventChangedMethod( Function )
Set the event changed callback method
Parameters
Function  method  the event changed method

Returns
void  

Supported Clients
SmartClient


setEventFont
void  setEventFont( String )
Set the font for the event
Parameters
String  font  the font string

Returns
void  

Supported Clients
SmartClient


setEventMonthFont
void  setEventMonthFont( String )
Set the event font in month view
Parameters
String  font  the font string

Returns
void  

Supported Clients
SmartClient


setEventMonthTemplate
void  setEventMonthTemplate( Number )
Set the month view event template
Parameters
Number  template  the template

Returns
void  

Supported Clients
SmartClient


setEventOpenedMethod
void  setEventOpenedMethod( Function )
Set the opened callback method for an event
Parameters
Function  method  the event opened method

Returns
void  

Supported Clients
SmartClient


setEventPopupMenuItem
void  setEventPopupMenuItem( String, String )
Set the event popup menu item
Parameters
String  actionid  the actionid
String  label  the label

Returns
void  

Supported Clients
SmartClient


setEventPopupMenuItem
void  setEventPopupMenuItem( String, String, Object )
Set the event popup menu item
Parameters
String  actionid  the actionid
String  label  the label
Object  icon  the icon

Returns
void  

Supported Clients
SmartClient


setEventPopupMenuSeparator
void  setEventPopupMenuSeparator( )
Set the event popup menu separator
Returns
void  

Supported Clients
SmartClient


setEventSelectedMethod
void  setEventSelectedMethod( Function )
Set event selected callback method
Parameters
Function  method  the event selected method

Returns
void  

Supported Clients
SmartClient


setEventTemplate
void  setEventTemplate( Number )
Set the event template
Parameters
Number  template  the template

Returns
void  

Supported Clients
SmartClient


setEvents
void  setEvents( JSDataSet, String, String, String, String, String, String )
Set the events using a JSDataSet
Parameters
JSDataSet  dataset  the dataset
String  idColumn  the id column
String  usersIDColumn  the users id column
String  categoriesIDColumn  the categories id column
String  summaryColumn  the summary column
String  startColumn  the start column
String  endColumn  the end column

Returns
void  

Supported Clients
SmartClient


setEvents
void  setEvents( JSDataSet, String, String, String, String, String, String, String )
Set the events using a JSDataSet
Parameters
JSDataSet  dataset  the dataset
String  idColumn  the id column
String  usersIDColumn  the users id column
String  categoriesIDColumn  the categories id column
String  summaryColumn  the summary column
String  startColumn  the start column
String  endColumn  the end column
String  allDayEventColumn  the all day event column

Returns
void  

Supported Clients
SmartClient


setEvents
void  setEvents( JSDataSet, String, String, String, String, String, String, String, String, String, String )
Set the events using a JSDataSet
Parameters
JSDataSet  dataset  the dataset
String  idColumn  the id column
String  usersIDColumn  the users id column
String  categoriesIDColumn  the categories id column
String  summaryColumn  the summary column
String  startColumn  the start column
String  endColumn  the end column
String  frequencyColumn  the frequency column
String  intervalColumn  the interval column
String  repetitionColumn  the repetition column
String  untilColumn  the until column

Returns
void  

Supported Clients
SmartClient


setEvents
void  setEvents( JSDataSet )
Set the events using a JSDataSet
Parameters
JSDataSet  dataset  the dataset

Returns
void  

Supported Clients
SmartClient


setEvents
void  setEvents( JSDataSet, String, String, String, String, String, String, String, String, String, String, String )
Set the events using a JSDataSet
Parameters
JSDataSet  dataset  the dataset
String  idColumn  the id column
String  usersIDColumn  the users id column
String  categoriesIDColumn  the categories id column
String  summaryColumn  the summary column
String  startColumn  the start column
String  endColumn  the end column
String  frequencyColumn  the frequency column
String  intervalColumn  the interval column
String  repetitionColumn  the repetition column
String  untilColumn  the until column
String  allDayEventColumn  the all day event column

Returns
void  

Supported Clients
SmartClient


setFont
void  setFont( String )
Set the font
Parameters
String  font  the font

Returns
void  

Supported Clients
SmartClient


setGanttCategoryHeaderSize
void  setGanttCategoryHeaderSize( Number, Number )
Set the Gantt view category header size
Parameters
Number  width  the width
Number  height  the height

Returns
void  

Supported Clients
SmartClient


setInformation
void  setInformation( String )
Set message for the information panel
Parameters
String  message  the message

Returns
void  

Supported Clients
SmartClient


setLocation
void  setLocation( Number, Number )
Set the location
Parameters
Number  x  the x
Number  y  the y

Returns
void  

Supported Clients
SmartClient


setPopupMethod
void  setPopupMethod( Function )
Set the popup callback method
Parameters
Function  method  the popup method

Returns
void  

Supported Clients
SmartClient


setSize
void  setSize( Number, Number )
Set the size
Parameters
Number  width  the width
Number  height  the height

Returns
void  

Supported Clients
SmartClient


setToolTipMethod
void  setToolTipMethod( Function, Boolean )
Set the tooltip callback method and (do not) show it in the information panel
Parameters
Function  method  the tooltip method
Boolean  show  the show information

Returns
void  

Supported Clients
SmartClient


setToolTipMethod
void  setToolTipMethod( Function )
Set the tooltip callback method
Parameters
Function  method  the tooltip method

Returns
void  

Supported Clients
SmartClient


setToolbarButton
void  setToolbarButton( String )
Set a toolbar button by action id
Parameters
String  actionid  the actionid

Returns
void  

Supported Clients
SmartClient


setToolbarButton
void  setToolbarButton( String, String )
Set a toolbar button by action id and add a tooltip
Parameters
String  actionid  the actionid
String  toolTip  the tooltip

Returns
void  

Supported Clients
SmartClient


setToolbarButton
void  setToolbarButton( String, String, URL )
Set a toolbar button by action id and add a tooltip and icon (url)
Parameters
String  actionid  the actionid
String  toolTip  the tool tip
URL  imageurl  the imageurl

Returns
void  

Supported Clients
SmartClient


setToolbarButton
void  setToolbarButton( String, String, byte[] )
Set a toolbar button by action id and add a tooltip and icon
Parameters
String  actionid  the actionid
String  toolTip  the tooltip
byte[]  image  the image

Returns
void  

Supported Clients
SmartClient


setToolbarButton
void  setToolbarButton( String, String, String )
Set a toolbar button by action id and add a tooltip and icon (url)
Parameters
String  actionid  the actionid
String  tooltip  the tooltip
String  imageurl  the imageurl

Returns
void  

Supported Clients
SmartClient


setToolbarDefaultButton
void  setToolbarDefaultButton( Number, String, URL )
Set the default toolbar button by index and add a tooltip and icon (url)
Parameters
Number  index  the index
String  toolTip  the tool tip
URL  imageurl  the imageurl

Returns
void  

Supported Clients
SmartClient


setToolbarDefaultButton
void  setToolbarDefaultButton( Number, String, String )
Set the default toolbar button by index and add a tooltip and icon (url)
Parameters
Number  index  the index
String  toolTip  the tool tip
String  imageurl  the imageurl

Returns
void  

Supported Clients
SmartClient


setToolbarDefaultButton
void  setToolbarDefaultButton( Number, String )
Set the default toolbar button by index and add a tooltip
Parameters
Number  index  the index
String  tooltip  the tooltip

Returns
void  

Supported Clients
SmartClient


setToolbarDefaultButton
void  setToolbarDefaultButton( Number, String, byte[] )
Set the default toolbar button by index and add a tooltip and icon
Parameters
Number  index  the index
String  toolTip  the tooltip
byte[]  image  the image

Returns
void  

Supported Clients
SmartClient


setToolbarMethod
void  setToolbarMethod( Function )
Set the toolbar callback method
Parameters
Function  method  the toolbar method

Returns
void  

Supported Clients
SmartClient


setToolbarSeparator
void  setToolbarSeparator( )
Add a toolbar separator
Returns
void  

Supported Clients
SmartClient


setVisibleDateRange
void  setVisibleDateRange( Date, Date )
Set the visible daterange
Parameters
Date  start  the start
Date  end  the end

Returns
void  

Supported Clients
SmartClient


toggleCategoryExpanded
void  toggleCategoryExpanded( Object )
Set the expanded category
Parameters
Object  id  the category id

Returns
void  

Supported Clients
SmartClient


toggleCategorySelected
void  toggleCategorySelected( Object, Boolean )
Toggle the selected state of the category by id
Parameters
Object  id  the category id
Boolean  selected  the selected

Returns
void  

Supported Clients
SmartClient