Servoy Methods Summary | |
---|---|
void | addCategoryId( Object ) |
Date | getEndDate( ) |
Date | getStartDate( ) |
Boolean | isAllDayEvent( ) |
void | setRecurringRule( Number, Number, Number, Date ) |
void | setRecurringRule( String ) |
void | removeCategoryId( Object ) |
void | setDateRange( Object, Object, Object ) |
void | setFont( String ) |
Servoy Properties Details |
---|
categoryIdForColor
Object categoryIdForColor
Get/Set the categoryIdForColor property.Returns
Object id Object
Supported Clients
SmartClient, WebClient, NGClient
categoryIds
Array<Object> categoryIds
Get/Set the categoryIds property.Returns
Array<Object> ids Object[]
Supported Clients
SmartClient, WebClient, NGClient
color
String color
Get/Set the color property.Returns
String color String
Supported Clients
SmartClient, WebClient, NGClient
description
String description
Get/Set the description property.Returns
String description String
Supported Clients
SmartClient, WebClient, NGClient
id
Object id
Get/Set the id property.Returns
Object id Object
Supported Clients
SmartClient, WebClient, NGClient
location
String location
Get/Set the location property.Returns
String location String
Supported Clients
SmartClient, WebClient, NGClient
overrideRecurringIcon
Boolean overrideRecurringIcon
Get/Set the overrideRecurringIcon property.Returns
Boolean override boolean
Supported Clients
SmartClient, WebClient, NGClient
recurringRule
Object recurringRule
Returns the recurringRule property.Returns
Object rule Object
Supported Clients
SmartClient, WebClient, NGClient
source
String source
Get/Set the source property.Returns
String source String
Supported Clients
SmartClient, WebClient, NGClient
status
Number status
Get/Set the status property.Returns
Number status Integer
Supported Clients
SmartClient, WebClient, NGClient
subject
String subject
Get/Set the subject property.Returns
String subject String
Supported Clients
SmartClient, WebClient, NGClient
textColor
String textColor
Override the text color of an event (also used when the event is selected).Returns
String color String
Supported Clients
SmartClient, WebClient, NGClient
Servoy Methods Details |
---|
addCategoryId
void addCategoryId( Object )
Add a Category id.Parameters
Object categoryId the category id
Returns
void
Supported Clients
SmartClient, WebClient, NGClient
getEndDate
Date getEndDate( )
Retrieve the end date of this Event.Returns
Date date Date
Supported Clients
SmartClient, WebClient, NGClient
getStartDate
Date getStartDate( )
Retrieve the start date of this Event.Returns
Date date Date
Supported Clients
SmartClient, WebClient, NGClient
isAllDayEvent
Boolean isAllDayEvent( )
Find out if this Event is an allDay Event.Returns
Boolean allday boolean
Supported Clients
SmartClient, WebClient, NGClient
setRecurringRule
void setRecurringRule( Number, Number, Number, Date )
Set the recurringRule property.Parameters
Number frequency the frequency
Number interval the interval
Number repetition the repetition
Date until the until
Returns
void
Supported Clients
SmartClient, WebClient, NGClient
setRecurringRule
void setRecurringRule( String )
Set the recurringRule property.Parameters
String rule the rule
Returns
void
Supported Clients
SmartClient, WebClient, NGClient
removeCategoryId
void removeCategoryId( Object )
Remove a Category by id.Parameters
Object categoryId the category id
Returns
void
Supported Clients
SmartClient, WebClient, NGClient
setDateRange
void setDateRange( Object, Object, Object )
Set the daterange of the Event (start date, end date, is allday.Parameters
Object startDate the start date
Object endDate the end date
Object allDayEvent the all day event
Returns
void
Supported Clients
SmartClient, WebClient, NGClient
setFont
void setFont( String )
Set the textFont.Parameters
String font the font
Returns
void
Supported Clients
SmartClient, WebClient, NGClient