publish
plugins.it2be_calendar.ICCategory info


Servoy Properties Summary
String color
Boolean expanded
Boolean expandedDeep
Object id
String name
Boolean selected
Boolean showInCategoryHeader
String source


Servoy Methods Summary
Boolean containsParentId( Object )
Array<Object> getParentIds( )
void removeParentId( Object )
void setParentId( Object )


Servoy Properties Details


color
String  color
Get/Set the color property.
Returns
String  color String

Supported Clients
SmartClient, WebClient, NGClient


expanded
Boolean  expanded
Set/Get the expanded state (shows the actual state when cloned from the current set).
Returns
Boolean  expanded boolean

Supported Clients
SmartClient, WebClient, NGClient


expandedDeep
Boolean  expandedDeep
Set/Get the expanded state including all children (shows the actual state when cloned from the current set).
Returns
Boolean  expanded boolean

Supported Clients
SmartClient, WebClient, NGClient


id
Object  id
Get/Set the id property.
Returns
Object  id Object

Supported Clients
SmartClient, WebClient, NGClient


name
String  name
Get/Set the name property.
Returns
String  name String

Supported Clients
SmartClient, WebClient, NGClient


selected
Boolean  selected
Set/Get the expanded state (shows the actual state when cloned from the current set).
Returns
Boolean  selected boolean

Supported Clients
SmartClient, WebClient, NGClient


showInCategoryHeader
Boolean  showInCategoryHeader
Get/Set the showInCategoryHeader property.
Returns
Boolean  is boolean

Supported Clients
SmartClient, WebClient, NGClient


source
String  source
Get/Set the source property.
Returns
String  source String

Supported Clients
SmartClient, WebClient, NGClient

Servoy Methods Details


containsParentId
Boolean  containsParentId( Object )
Check by id if this Category belongs to a parent Category.
Parameters
Object  parentId  the parent id

Returns
Boolean  belongs boolean

Supported Clients
SmartClient, WebClient, NGClient


getParentIds
Array<Object>  getParentIds( )
Retrieve an array of parent id's.
Returns
Array<Object>  ids Object[]

Supported Clients
SmartClient, WebClient, NGClient


removeParentId
void  removeParentId( Object )
Remove a parent Category by id.
Parameters
Object  id  the parent id

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setParentId
void  setParentId( Object )
Set/Add a parent Category by id.
Parameters
Object  parentId  the parent id

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient