Supported Types

The Gently System supports the following types: In forms, you use input elements (widgets) to supply actual parameters for the formal parameters of the generated method, which is called, when the form's submit button is pressed.

You can't use every input element with every target type. Example given, it is not sensible to use a HTML-textfield to enter a boolean value.

The following table specifies which combinations of widgets and types are admitted by Gently. Wrong combinations are refused by Gently's static type checker. The first column of the table shows the Gently keyword used in the gently form specification.


Gently keyword

widget

int

int[]

boolean

String

String[]

TEXT


XXX

 

 

XXX

 

TEXTAREA


 

 

 

XXX

 

CHECKBOX


 

 

XXX

 

 

RADIOBUTTON


XXX

 

 

XXX

 

COMBOBOX


XXX

 

 

XXX

 

MULTIPLELIST


 

XXX

 

 

XXX

HIDDEN PARAMETER

 

XXX

XXX

XXX

XXX

XXX