Skip navigation FileNet logo
  Open Client Developer's Guide
  Search  |  Index  |  Glossary   |  
Open menu Overview
Close menu Open Client Architecture
  Project Directory Structure
  Open menu Developing ASPX Pages
  Close menu User Interface Controls
    Open Client Guidelines
    XML / Serialized XML Objects
    Control Factory
  Open menu Data Provider
Open menu Developing for Process
Open menu Error and Exception Handling
Open menu Customizing the Framework
Globalization / Localization
Open menu General Information
   

XML / Serialized XML Objects

Supporting XML allows user controls to easily be exposed by future data provider Web services.

The following user controls are XML based, where each control contains an XML schema that defines the input data format supported by that control. A user control can be used by any data provider, as long as the data supplied by the provider is transformable by the ASPX Page controller into the readable format supported by that control.

General Controls

Description

FnToolBarUC

Displays a list of operations including an icon signifying the operation, the operation name, and a tooltip description for the operation behavior.

FnPagerUC 

Displays the number of items, the current display range, and a list of selectable pages.

FnTabBarUC

Displays a list of selectable pages in a multi-page environment.

FnListViewUC

Displays the details of a list of objects ( DataView or XML). The list view offers paging, sorting, and single select operations.

FnFolderViewUC

Displays a list of objects in grid layout format. Each Object in the list is represented using an Image and a Label. Clicking on the Image/Label executes a callback to the parent object.

Information and Navigation Controls Description

FnBannerUC

Uses a simple .NET table server control to render an image as a banner. The control also includes anchor links at the top left corner for convenient navigation, such as to the Home, Site Configuration, or Logout page.

FnPathUC 

Displays the full folder path for the items that the user is currently browsing. The folder path is rendered as a list of hyper-links. Each item is an active link to the corresponding folder or library content.

FnInfo[Bar?]UC

Highlights the current browse location, similar to FnPathUC.

FnMultiPageUC

A multi-page control that serves as a container to hold the pages and viewstate data. The control supports 2 display type modes: tab pages and wizard pages.

Specialized Controls Description

FnLoginUC

 

FnNeighborhoodUC

 

FnSearchTemplateUC

 

FnSearchUC

 

FnPreferenceUC