Implemented by objects that want to be displayed on the control's UI
For a list of all members of this type, see IDisplayable Members.
Portrate.Interview.Model.IDisplayable
Portrate.Interview.Model.ICampaignElement
Portrate.Interview.Model.IDPLControl
[Visual Basic] Public Interface IDisplayable [C#] public interface IDisplayable [C++] public __gc __interface IDisplayable [JScript] public interface IDisplayable
| Type | Description |
|---|---|
| AbstractCampaignElement | An abstract implementation of campaign element methods that can be re-used in all of the ICampaignElement implementors. Author: Jacob W Anderson Date: 3 Nov 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| DPLCampaign | Represents an instance of a campaign in the Portrate_Interview configuration. The campaigns contain conditional logic to show forms to the user. Author: Jacob W Anderson Date: 30 July 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| DPLCampaignElementContainer | Base implementation for the ICampaignElementContainer. Useful for reusing the configuration and accessor methods for ICampaignElementContainer. This class manages the sequential listing of campaign elements in a thread-safe manner (using ReaderWriterLock). Author: Jacob W Anderson Date: 30 July 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| DPLCampaignSection | Represents a section in the campaign that contains sub-elements in a sequence, such as 1.1, 1.2, 1.3, 1.4, etc. |
| DPLForm | Represents the collection of form elements, i.e. controls, that are used to display input form controls. Author: Jacob W Anderson Date: 3 Nov 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| DPLFormRef | A reference to a real DPLForm instance. References are used so that customization of the display rules and layout can be obtained without having duplicate instances of the same form. Author: Jacob W Anderson Date: 3 Nov 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| AbstractControl | Contains some abstracted functionality that is common to all of the Portrate_Interview view controls. Author: Jacob W Anderson Date: 30 Oct 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| BinaryComboGroup | Summary description for BinaryComboGroup. |
| BinaryRadioGroup | |
| CheckBox | Renders an HTML check box control. Author: Jacob W Anderson Date: 31 Oct 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| DropDownList | |
| Heading | Renders a lone label across the span of the form. Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. |
| RadioGroup | |
| RawHtmlControl | Provides a manner to render raw HTML into the interview forms. Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. |
| TextArea | Implements the HTML TextArea input control. Use the attributes element to customize the rows and columns for this control. Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. |
| TextBox | Renders a text input control in HTML. |
Namespace: Portrate.Interview.Model
Assembly: Portrate.Interview (in Portrate.Interview.dll)
IDisplayable Members | Portrate.Interview.Model Namespace