SysOperationAutomaticUIBuilder Class [AX 2012]

The SysOperationAutomaticUIBuilder class generates the UI for the parameters of an operation.

Syntax

class SysOperationAutomaticUIBuilder extends SysOperationUIBuilder

Run On

Called

Methods

  Method Description
Gg962720.protmethod(en-us,AX.60).gif addCollectionDialogField Adds a dialog box for the SysOperationDataMemberInfo object that is of the collection type.
Gg962720.protmethod(en-us,AX.60).gif addDialogField Adds fields to the dialog box that is being built.
Gg962720.protmethod(en-us,AX.60).gif bindInfo (Inherited from SysOperationUIBuilder.)
Gg962720.pubmethod(en-us,AX.60).gif build (Overrides the build Method.)
Gg962720.protmethod(en-us,AX.60).gif buildGroup
Gg962720.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif controller (Inherited from SysOperationUIBuilder.)
Gg962720.protmethod(en-us,AX.60).gif dataContractInfo (Inherited from SysOperationUIBuilder.)
Gg962720.pubmethod(en-us,AX.60).gif dataContractObject (Inherited from SysOperationUIBuilder.)
Gg962720.protmethod(en-us,AX.60).gif dialog (Inherited from SysOperationUIBuilder.)
Gg962720.pubmethod(en-us,AX.60).gif dialogSelectCtrl (Inherited from SysOperationUIBuilder.)
Gg962720.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif getFromDialog Transfers data from the dialog box into the data contract object. (Overrides the getFromDialog Method.)
Gg962720.privmethod(en-us,AX.60).gif getFromDialogInternal Microsoft internal use only.
Gg962720.protmethod(en-us,AX.60).gif getMultiSelectFromDialogField Gets the values that are selected in the multi-select control after the user clicks OK in the dialog box.
Gg962720.protmethod(en-us,AX.60).gif getMultiSelectTableForType Gets the SyOperationMultiSelectTmp table that contains the list of values to display in the dropdown list.
Gg962720.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg962720.protmethod(en-us,AX.60).gif modifyCollectionDialogField Changes the field for a collection in the dialog box to use the multi-select control.
Gg962720.pubmethod(en-us,AX.60).gif new (Inherited from SysOperationUIBuilder.)
Gg962720.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif postBuild (Inherited from SysOperationUIBuilder.)
Gg962720.pubmethod(en-us,AX.60).gif postRun (Overrides the postRun Method.)
Gg962720.pubmethod(en-us,AX.60).gif preBuild (Inherited from SysOperationUIBuilder.)
Gg962720.pubmethod(en-us,AX.60).gif putToDialog Transfers data from the data contract object to the dialog box by recursively moving through the nested controls. (Overrides the putToDialog Method.)
Gg962720.privmethod(en-us,AX.60).gif putToDialogInternal
Gg962720.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg962720.pubmethod(en-us,AX.60).gif Gg962720.static(en-us,AX.60).gif ::convertList2Str
Gg962720.privmethod(en-us,AX.60).gif Gg962720.static(en-us,AX.60).gif ::convertStr2List
Gg962720.privmethod(en-us,AX.60).gif Gg962720.static(en-us,AX.60).gif ::isSupportedBaseType
Gg962720.protmethod(en-us,AX.60).gif Gg962720.static(en-us,AX.60).gif ::isSupportedCollectionItemType
Gg962720.protmethod(en-us,AX.60).gif Gg962720.static(en-us,AX.60).gif ::isSupportedType Microsoft internal use only.

Top

Remarks

This class is automatically used by the framework to create the UI, unless the class is explicitly overridden.

This class can be extended, but do not change it.

Inheritance Hierarchy

Object Class
  SysOperationUIBuilder Class
    SysOperationAutomaticUIBuilder Class
      AssetTransferMassUIBuilder Class
      CustRecurrenceInvoiceUIBuilder Class
      EFDocReceivedXmlInquiryUIBuilder_BR Class
      EFDocRecXmlDivergApproverUIBuilder_BR Class
      ExchangeRateImportUIBuilder Class
      FBBookProcessorUIBuilder_BR Class
      FBGiaSpFileUIBuilder_BR Class
      FBGiaStFileUIBuilder_BR Class
      FBSintegraFileUIBuilder_BR Class
      FBSPEDContabilProcessorUIBuilder_BR Class
      FBSpedContribFileUIBuilder_BR Class
      FBSpedFiscalFileUIBuilder_BR Class
      FBStageDataProcessorUIBuilder_BR Class
      FBStageFiscalDocProcessUIBuilder_BR Class
      LedgerDerivedFinHierarchyRsultUIBuilder Class
      ProdReceiptFinalizationRequestUIBuilder Class
      PurchFinalizeUIBuilder Class
      ReqDemPlanExportBaseUIBuilder Class
      RetailPaymReturnChangeSlipUIBuilder_RU Class
      SalesQuotationMassCreateUIBuilder Class
      SrsReportDataContractUIBuilder Class
      SubLedgerJournalTransferUIBuilder Class
      VendInternalInvoiceCreateUIBuilder Class
      WHSChangeItemHierarchyUIBuilder Class