Skip navigation FileNet logo
  Open Client Developer's Guide
  Search  |  Index  |  Glossary   |  
Return to Previous Menu
Close menu Custom Launch Processors
  Processor Page Data Flow
  What to Customize and How
  Customizing the OOTB Processor
  Close menu Customizing the User Interface
    ASPX Main Page User Controls
    Step Processor User Controls
   

Launch Step Processor User Controls

The UI Modules shown in the figure in the topic Launch Step Processor ASPX Main Page - User (UI) Control Relationships are described in the following table:

Notes:

    • Open Client User Controls are implemented as .ascx files and their associated .ascx.vb code-behind files. (For brevity sake, the code-behind files — which have the same file name as the .ascx file, except for the .vb extension — are not shown in the table.)
    • Process Open Client User Controls that provide related functionalities (such as the base Process User Control, the Java plug-in control, and other controls) are not shown in the figure; these User Controls are however, included in the table below.
    • For additional information on Open Client User Controls, classes, and interfaces (such as IFnStepUIModel) referenced in the table, see Changing the Basic "Look and Feel".

User Control
UI Module

User Control
Fn<name>UC.ascx


Description

General
Information

StepProc
GeneralInfo

Implements the Process HTML Launch Step Processor General Information page User Control; inherits FnStepProcBaseUC; implements IFnStepUIModel.

Fields

StepProc
DataFields

Implements the Process HTML Launch Step Processor Data Fields page User Control; inherits FnStepProcBaseUC; implements IFnStepUIModel.

Workflow
Groups

StepProc
WorkGroups

Implements the Process HTML Launch Step Processor Workflow Groups page User Control; inherits FnStepProcBaseUC; implements IFnStepUIModel.

Milestones

StepProc
Milestones

Implements the Process HTML Launch Step Processor Milestones page User Control; inherits FnStepProcBaseUC; implements IFnStepUIModel.

Attachments

StepProc
Attachments

Implements the Open Client attachments page User Control; inherits FnStepProcBaseUC; implements IFnStepUIModel.

Folder View

FolderView

Implements the Open Client attachments Folder View page User Control; inherits System.Web.UI.UserControl and FnBaseUC.

List View

ListView

Implements the Open Client attachments List View page User Control; inherits System.Web.UI.UserControl and FnBaseUC.

Banner

Banner

Provides the Open Client Banner User Control; inherits FnBaseUC and System.Web.UI.UserControl.

Current Path

Path

Provides the Open Client Banner User Control; inherits FnBaseUC and System.Web.UI.UserControl.

Instruction

Banner

Provides the Open Client Banner User Control and sets the Instruction UI Module; inherits FnBaseUC and System.Web.UI.UserControl.

Toolbar

ToolBar

Provides the Toolbar User Control; inherits FnBaseUC and System.Web.UI.UserControl.

Tab Bar

TabBar

Provides the Tab bar User Control; inherits FnBaseUC and System.Web.UI.UserControl.

Additional
User Controls

StepProcBase

Implements the base Open Client Launch Step Processor User Control; inherits FnBaseUC.

 

StepProc
AttachmentEditor

Implements editing (e.g., finalize page) for the Open Client General Information page User Control (FnStepProcGeneralInfo); inherits FnStepProcBaseUC; implementsIFnStepUIModel.

 

StepProc
OtherAttachment

Implements the Open Client User Control for each additional attachment page (such as, obtaining the current attachment value); inherits FnStepProcBaseUC; implements IFnStepUIModel.

 

StepProcArrayEdit

Implements the Open Client Launch Step Processor data field page User Control; inherits FnStepProcBaseUC; implements IFnStepUIModel.

 

PlugIn

Generates HTML tags for the Java Plug-in; inherits System.Web.UI.UserControl.