Skip to end of metadata
Go to start of metadata



Event Summary
  onOpen
The method that is executed when a solution opens.



Property Summary
Number firstForm
The first form that loads when a solution is deployed.
String i18nDataSource
The i18n database server connection and database table that stores the i18n keys for a solution.
Number loginForm
The name of the login form that loads when a solution is deployed.
String modulesNames
The list of modules that have been added to a solution.
Boolean mustAuthenticate
Flag that tells if authentication is needed in order to access the solution.
Number solutionType
The type of a solution; can be "Normal" (non-module), "Module", "Web client only", "Smart client only",
"Login", "Authenticator", "Pre-import hook module", "Post-import hook module", "Mobile".



Event Details

onOpen

The method that is executed when a solution opens. The default is -none-.
 



Property Details

firstForm

The first form that loads when a solution is deployed.

NOTE: If the Login form is specified, then the firstForm is the first form that will load next after the loginForm.

Returns

 

i18nDataSource

The i18n database server connection and database table that stores the i18n keys for a solution.

Returns

 

loginForm

The name of the login form that loads when a solution is deployed.

Returns

 

modulesNames

The list of modules that have been added to a solution.

Returns

 

mustAuthenticate

Flag that tells if authentication is needed in order to access the solution.

To enforce a default Servoy user name and password login dialog; if set a login dialog is required, if unchecked no login dialog is required.

Returns

 

solutionType

The type of a solution; can be "Normal" (non-module), "Module", "Web client only", "Smart client only",
"Login", "Authenticator", "Pre-import hook module", "Post-import hook module", "Mobile".
These constants are defined in SolutionMetaData class.

Returns

 



  • No labels