Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%CSP] >  [Util] >  [FormPane]
Private  Storage   

class %CSP.Util.FormPane extends Pane

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

A pane that contains an AutoForm object.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 2


Summary

Properties
Align Buttons CommandFormClass CommandFormObject
CommandSubmitPage Commands Display Dynamic
FormClass FormObject FrameStyle Name
Styles SubmitPage SubmitTarget Text
URL

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
DrawBODY DrawCommandForm DrawCommands DrawHEAD
GenerateCode LocalizeText OnGenerateCode QuoteCOS
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property Buttons as list of FormButton(XMLITEMNAME="Button");
An optional list of buttons displayed along the bottom of a form.
• property Display as %String(MAXLEN=20,VALUELIST=",form,table");
How to display this Form Page.
• property Dynamic as %Boolean;
If true, display this form using the Dynamic form viewer.
• property FormClass as %String(MAXLEN=128);
Name of class used to provide Detail or Form view;
• property FormObject as %RegisteredObject(XMLPROJECTION="none");
The object that provides the details to display.
• property SubmitPage as %String(MAXLEN=128);
Page (URL) to go to when a form is submitted.
• property SubmitTarget as %String(MAXLEN=128);
TARGET attribute for submitted form.

Methods

• method DrawBODY(pInstance As PageInstance) as %Status
Draw the BODY of the detail pane
• method OnGenerateCode() as %String
Subclasses override this to generate code during CSP processing


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.