Defines methods for processing data and rendering data forms
Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved.
For a list of all members of this type, see IDPLFormRenderer Members.
[Visual Basic] Public Interface IDPLFormRenderer [C#] public interface IDPLFormRenderer [C++] public __gc __interface IDPLFormRenderer [JScript] public interface IDPLFormRenderer
| Type | Description |
|---|---|
| MultiColumnFormRenderer | Renders form controls in a top-down order with multiple columns going from left to right, with the first left hand column being reserved for the control label. A configuration element is required to identify the dataname that determines the multiple columns. Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. |
| MultiRowFormRenderer | Renders the controls in a matrix format, where each iteration of the controls is a new row in the rendered table. Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. |
| SingleColumnFormRenderer | Lays out the contents of a form in a single column with labels on the left and input controls on the right, going from top to bottom. Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. |
Namespace: Portrate.Interview.View
Assembly: Portrate.Interview (in Portrate.Interview.dll)
IDPLFormRenderer Members | Portrate.Interview.View Namespace