publish
plugins.it2be_calendar.ICDecorator info


Servoy Properties Summary
Object recurringRule


Servoy Methods Summary
void setColor( String, Number )
void setColor( String )
void setDays( Object )
void setEndTime( Number, Number )
void setEndTime( Date )
void setFont( String )
void setLabel( String )
void setStartTime( Number, Number )
void setStartTime( Date )
void setTextColor( String )


Servoy Properties Details


recurringRule
Object  recurringRule
Returns Constant for recurringRule.
Returns
Object  rule Object

Supported Clients
SmartClient, WebClient, NGClient

Servoy Methods Details


setColor
void  setColor( String, Number )
Set the (background) color of the Decorator (optional transparancy from 0-255).
Parameters
String  color  the color
Number  transparancy  the transparancy

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setColor
void  setColor( String )
Set the (background) color of the Decorator (optional transparancy from 0-255).
Parameters
String  color  the color

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setDays
void  setDays( Object )
Set the days (using the constants) this Decorator will appear on.
Parameters
Object  days  the days

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setEndTime
void  setEndTime( Number, Number )
Set the end time of the Decorator.
Parameters
Number  hour  the hour
Number  minutes  the minutes

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setEndTime
void  setEndTime( Date )
Set the end time of the Decorator.
Parameters
Date  date  the date

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


setLabel
void  setLabel( String )
Set a label text.
Parameters
String  text  the text

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setStartTime
void  setStartTime( Number, Number )
Set the start time of the Decorator.
Parameters
Number  hour  the hour
Number  minutes  the minutes

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setStartTime
void  setStartTime( Date )
Set the start time of the Decorator.
Parameters
Date  date  the date

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setTextColor
void  setTextColor( String )
Set the textFont color.
Parameters
String  color  the color

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient