DialogRunbase Class [AX 2012]

Syntax

class DialogRunbase extends Dialog implements SysBatchRecurrence, SysBatchDialog

Run On

Called

Methods

  Method Description
Gg751680.pubmethod(en-us,AX.60).gif addCtrlDialogField (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addCtrlDialogText (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addDimensionDefaultingController Adds a special dialog field to support the dimension defaulting controller. (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addField Adds a field to the dialog box. (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addFieldValue (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addGroup (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addImage (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addInfoImage (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addMenuItemButton (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addTabPage Allows you to add a new tab page to a dialog box. (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addText (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif addWindow (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif allowControlMethodOverload_RU (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif allowUpdateOnSelectCtrl Calls the dialogSelectCtrl method when a control is selected and this method is called by using the value of the parameter set to true. (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif allowUpdateOnTask (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif alwaysOnTop (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif batch
Gg751680.pubmethod(en-us,AX.60).gif batchableObject
Gg751680.pubmethod(en-us,AX.60).gif batchDialogTabPage
Gg751680.pubmethod(en-us,AX.60).gif batchDialogTabPageVisible
Gg751680.pubmethod(en-us,AX.60).gif caller (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif caption (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif childGrps (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif close (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif closed (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif closedOk (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif controller (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif curFormBuildGroup (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif curFormControl_RU (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif curFormGroup (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif customFieldName_RU (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif defaultButton (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif dialogForm (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif dialogOnClient_RU (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif dialogOnServer (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif doInit (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif doNull (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif doRun (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif filenameLookupFileName (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif filenameLookupFilter (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif filenameLookupInitialPath (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif filenameLookupTitle (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif folderLookupTitle (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif form (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif formBuildDesign (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif formRun (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif getDialogClass (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif groupname (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif initButtons (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif initCtrlList (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif isOnServer (Inherited from Dialog.)
Gg751680.protmethod(en-us,AX.60).gif loadDefaultDimensionControllers Loads a DimensionDefaultingController object for any special dialog fields that are added for default dimensions. (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif mainFormGroup (Inherited from Dialog.)
Gg751680.protmethod(en-us,AX.60).gif menuItemInit (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif name2dialogClass (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif new (Overrides the new Method.)
Gg751680.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.)
Gg751680.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.)
Gg751680.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the DialogRunbase class. (Overrides the pack Method.)
Gg751680.pubmethod(en-us,AX.60).gif packProperties (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif packValues (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif parm Gets the parameter. (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif parmIsModal Gets or sets the IsModal parameter. (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif recurrence
Gg751680.pubmethod(en-us,AX.60).gif recurrenceShowTime
Gg751680.pubmethod(en-us,AX.60).gif recurrenceText
Gg751680.pubmethod(en-us,AX.60).gif run (Overrides the run Method.)
Gg751680.pubmethod(en-us,AX.60).gif runBase (Overrides the runBase Method.)
Gg751680.pubmethod(en-us,AX.60).gif runbaseBatch
Gg751680.pubmethod(en-us,AX.60).gif setDialogOnClient_RU (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif setDialogOnServer (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif unpack Deserializes the packed parameter value to an instance of the DialogRunbase class. (Overrides the unpack Method.)
Gg751680.pubmethod(en-us,AX.60).gif updateClient (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif updateFieldCon (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif updateFieldValue (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif updateGroupCon (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif updateGroupValue (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif updateProperties (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif updateServer (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif updateTextCon (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif updateValues (Inherited from Dialog.)
Gg751680.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.)
Gg751680.pubmethod(en-us,AX.60).gif useConfigKey (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif wait (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif windowType (Inherited from Dialog.)
Gg751680.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg751680.pubmethod(en-us,AX.60).gif Gg751680.static(en-us,AX.60).gif ::newOnClient
Gg751680.pubmethod(en-us,AX.60).gif Gg751680.static(en-us,AX.60).gif ::newOnServer

Top

Inheritance Hierarchy

Object Class
  Dialog Class
    DialogRunbase Class