publish
plugins.it2be_gantt.IGScheduler info


Servoy Methods Summary
void setFreeFloatFactor( Number )
void setLinkDurationField( String, String, Number )
void setLinkDurationField( String, Number )
void setMandatoryEndField( String )
void setMandatoryEndField( String, String )
void setMandatoryStartField( String, String )
void setMandatoryStartField( String )
void setNodeDurationField( String, Number )
void setNodeDurationField( String, String, Number )
void setProjectEnd( Date )
void setProjectStart( Date )
void setRemainingDurationFactor( Number )
void setStartNotEarlierThanField( String )
void setStartNotEarlierThanField( String, String )
void setStartNotLaterThanField( String, String )
void setStartNotLaterThanField( String )
void setTimeSpan( String, Number, String )
void setTotalFloatFactor( Number )


Servoy Methods Details


setFreeFloatFactor
void  setFreeFloatFactor( Number )
Set the duration factor
Parameters
Number  duration  the duration factor

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setLinkDurationField
void  setLinkDurationField( String, String, Number )
Set the link duration field
Parameters
String  displayName  the display name
String  linkDurationField  the link duration field
Number  durationFactor  the duration factor

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setLinkDurationField
void  setLinkDurationField( String, Number )
Set the link duration field
Parameters
String  name  the link duration field
Number  durationFactor  the duration factor

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setMandatoryEndField
void  setMandatoryEndField( String )
Set the mandatory end field
Parameters
String  mandatoryEndField  the mandatory end field

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setMandatoryEndField
void  setMandatoryEndField( String, String )
Set the mandatory end field
Parameters
String  displayName  the display name
String  mandatoryEndField  the mandatory end field

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setMandatoryStartField
void  setMandatoryStartField( String, String )
Set the mandatory start field
Parameters
String  displayName  the display name
String  mandatoryStartField  the mandatory start field

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setMandatoryStartField
void  setMandatoryStartField( String )
Set the mandatory start field
Parameters
String  mandatoryStartField  the mandatory start field

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setNodeDurationField
void  setNodeDurationField( String, Number )
Set the node duration field
Parameters
String  name  the task duration field
Number  duration  the duration factor

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setNodeDurationField
void  setNodeDurationField( String, String, Number )
Set the node duration field
Parameters
String  displayName  the display name
String  name  the duration field
Number  duration  the duration factor

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setProjectEnd
void  setProjectEnd( Date )
Set the project end date
Parameters
Date  date  the project end

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setProjectStart
void  setProjectStart( Date )
Set the project start date
Parameters
Date  date  the project start

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setRemainingDurationFactor
void  setRemainingDurationFactor( Number )
Set the remaining duration factor
Parameters
Number  duration  the duration factor

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setStartNotEarlierThanField
void  setStartNotEarlierThanField( String )
Set the name of the start not earlier than field
Parameters
String  name  the start not earlier than field

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setStartNotEarlierThanField
void  setStartNotEarlierThanField( String, String )
Set the display name and name of the start not earlier than field
Parameters
String  displayName  the display name
String  name  the start not earlier than field

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setStartNotLaterThanField
void  setStartNotLaterThanField( String, String )
Set the display name and name of the start not later than field
Parameters
String  displayName  the display name
String  startNotLaterThanField  the start not later than field

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setStartNotLaterThanField
void  setStartNotLaterThanField( String )
Set the name of the start not later than field
Parameters
String  startNotLaterThanField  the start not later than field

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setTimeSpan
void  setTimeSpan( String, Number, String )
Set the timespane
Parameters
String  span  the span
Number  activity  the activity
String  color  the color

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setTotalFloatFactor
void  setTotalFloatFactor( Number )
Set the total float reference factor
Parameters
Number  duration  the duration factor

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient