![]() ![]() |
|
Open Client Developer's Guide | |
Search | Index | Glossary | | |
![]() |
|
![]() |
![]() |
![]() |
User Interface ControlsThe FileNet Open Client toolkit provides a number of out-of-the-box, reusable user interface control components, a Control Factory, and access to .NET server controls (TextBox, ComboBox, etc.). These controls are the basic building blocks used for creating reusable, extensible user controls. Each user control is defined in an ASCX file and can be used by another user control, or grouped with other controls into an ASPX page container (Web Form). The groups of user controls contained in an ASPX page provide the user interface (or View layer) for the Open Client or other custom application. In order to support a reusable, extensible architecture, each user control should only know how to render data passed from the ASPX Page controller. A user control should have no knowledge of how passed data was created or which data provider was the supplier. The control must be confined to operate on a predefined set of data formats and it should only know how to render data when it is passed in the predefined formats. ASPX Page controllers must transform data received from data providers into the predefined formats supported by the user control, before passing the data to the user control.
|
![]() |
|