| Interface | Description |
|---|---|
| AccessHandler |
This interface should be implemented when specifying an access class
|
| DefaultValueHandler |
Implement this Interface to be able to use your custom code to set default
values in a form.
|
| GlobalValidation |
This interface should be implemented to perform global validation on a form.
|
| ValidationHandler |
This interface should be implemented when specifying custom validation logic
|
| Class | Description |
|---|---|
| Field |
Super class for a form field with presentation layer
|
| Form |
This class represents a form.
|
| FormComponent |
Super class for a form component without presentation layer Intended to be
extended by 'Tab', 'GroupHolder','FieldSeparator' and 'Field'
|
| Response |
This class represents different kind of response messages that can be used in
forms.
|
| Response.Confirm |
This response sends a signal that a confirm message should be presented
to the user.
|
| Response.Error |
This response singals that an errors occurred when the cell was being
edited.
|
| Response.Ok |
This response singals that the operation was successful.
|
| Response.Script |
This response returns a javascript that should be executed on the client.
|
Copyright ? Technia AB. All Rights Reserved.