publish
plugins.it2be_gantt info


Servoy Properties Summary
String build
Date buildDate
String component
String licensee
String typeLicensed
Number version
String versionLicensed


Servoy Methods Summary
IGAnnotation annotation( String )
Boolean register( String )
void registerJGantt( )
Boolean registerJGantt( String )
IGScheduler scheduler( )


Servoy Properties Details


build
String  build
Returns the current version (major, minor, build)
Returns
String  build String

Supported Clients
SmartClient


buildDate
Date  buildDate
Returns date release date
Returns
Date  date Date

Supported Clients
SmartClient


component
String  component
Returns the component name
Returns
String  name String

Supported Clients
SmartClient


licensee
String  licensee
Returns the licensee
Returns
String  licensee String

Supported Clients
SmartClient


typeLicensed
String  typeLicensed
Returns the type that is valid for this license
Returns
String  type String

Supported Clients
SmartClient


version
Number  version
Returns the current version (major, minor)
Returns
Number  version Double

Supported Clients
SmartClient


versionLicensed
String  versionLicensed
Returns the version that is valid for this license
Returns
String  license String

Supported Clients
SmartClient

Servoy Methods Details


annotation
IGAnnotation  annotation( String )
Create an annotation by type
Parameters
String  type  the type

Returns
IGAnnotation  the annotation

Supported Clients
SmartClient


register
Boolean  register( String )
Register your runtime license (use the Components Manager to request your license string)
Parameters
String  license  the license

Returns
Boolean  result boolean

Supported Clients
SmartClient

Sample
// You have to register your plug-in(s) and beans before you start using them
// One way to do so is create an 'onOpenSolution' method and add the 'register(.)' method(s) there
plugins.it2be_gantt.register("Insert the license string(s) from your '*_runtime_license.txt' file here!");


registerJGantt
void  registerJGantt( )
Register the JGantt Bean
Returns
void  

Supported Clients
SmartClient


registerJGantt
Boolean  registerJGantt( String )
Register the JGantt Bean
Parameters
String  licenseCode  the license code

Returns
Boolean  the result

Supported Clients
SmartClient


scheduler
IGScheduler  scheduler( )
TODO create description
Returns
IGScheduler  the scheduler

Supported Clients
SmartClient