CSPX.EnsDTLInfoPaneForm
class CSPX.EnsDTLInfoPaneForm extends %Library.RegisteredObject, %CSP.Util.AutoForm
Submit handler for DTL Info paneProperty Inventory
Method Inventory
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
Properties
property DTL as %String (MAXLEN = 5000);
Property methods: DTLDisplayToLogical(), DTLGet(), DTLIsValid(), DTLLogicalToDisplay(), DTLLogicalToOdbc(), DTLNormalize(), DTLSet()
Methods
classmethod OnDefineButtons(ByRef pButtons As %CSP.Util.FormButton)
define buttons
Inherited description: This callback is called when this form is submitted.
pID is the ID value associated with the form.
The default implementation will perform a Save if the AutoForm is a persistent object.
pSubmit is the name of the submit button (i.e., $AUTOFORM_SAVE).
pSubmit is the name of the submit button (i.e., $AUTOFORM_SAVE).
Inherited Members
Inherited 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()
- CreateInstance()
- DispatchSubmit()
- DoSubmit()
- DrawFormButtons()
- DrawHTMLForm()
- DrawHTMLTable()
- GetComboBoxHTML()
- GetFormError()
- ProcessSubmit()
- SetFormError()
- Submit()