publish
plugins.it2be_calendar.ICDecoratorSet info


Servoy Methods Summary
ICDecorator addDecorator( )
Boolean removeDecorator( ICDecorator )
Number size( )


Servoy Methods Details


addDecorator
ICDecorator  addDecorator( )
Add an new (empty) Decorator to the DecoratorSet.
Returns
ICDecorator  decorator ICDecorator

Supported Clients
SmartClient, WebClient, NGClient


removeDecorator
Boolean  removeDecorator( ICDecorator )
Remove the decorator from the DecoratorSet.
Parameters
ICDecorator  decorator  the decorator

Returns
Boolean  boolean

Supported Clients
SmartClient, WebClient, NGClient


size
Number  size( )
Returns the size the of the DecoratorSet.
Returns
Number  int

Supported Clients
SmartClient, WebClient, NGClient