|
Interface Summary |
| IColumnConverter |
Public interface for a converter, this one is deprecated from 5.0 on Please use ITypedColumnConverter from 5.0 on so that the converter will return
its to object type. |
| IColumnValidator |
Public interface for a validator |
| IDatabaseManager |
The foundset manager interface for handling all kinds of database functions. |
| IDataSet |
Dataset interface |
| IDisplay |
Interface for components that have some additional functionality.
It is meant for components that are linked to dataProviders. |
| IFoundSet |
The public foundset interface |
| IFoundSetEventListener |
Used to listen for foundset changes. |
| IFoundSetManager |
Instances of this class manages all the foundsets in a client |
| IGlobalValueEntry |
Value entry interface |
| IModificationListener |
Used to listend on for modifications |
| IPropertyDescriptor |
Interface for describing properties of Column Converters or Validators Try to use the the implementation class PropertyDescriptor this interface can
change with new Servoy versions if new functionality is needed. |
| IPropertyDescriptorProvider |
Interface for converters and validators to describe there properties |
| IRecord |
The Record interface for business objects (table rows) |
| ISaveConstants |
Constants used in stopEditting to give the status of the save. |
| ITypedColumnConverter |
The interface to create column converters with, when the converter converts from 1 type to the other. |