PCRuntimeInputController Class [AX 2012]
The PCRuntimeInputController class handles events on the runtime configurator input controls for variables.
| Method | Description | |
|---|---|---|
| assignAttributeValue | Assign an attribute value. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createLookupHelper | Creates an instance of a lookup helper for the runtime input control. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAttributeRecIdFromFormControl | Retrieves the record ID for the attribute that a form control maps to. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| gotFocusHandler | Handles when an input control receives focus. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| leaveHandler | Handles when an input control loses focus. |
| lookupHandler | Handles when a lookup should be shown for an input control. |
| modifiedHandler | Handles the modified event, fired by the input controls. |
| navigateFromAttribute | Updates the attribute form part details when navigating from an attribute. |
| navigateToAttribute | Updates the attribute form part details when navigating to an attribute. |
| new | Initializes an instance of the PCRuntimeInputController class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmAttributeTypeDetails | Gets or sets the AttributeTypeDetails parameter. |
| parmRuntimeConfigurator | Gets or sets the RuntimeConfigurator parameter. |
| parmRuntimeUIMapper | Gets or sets the RuntimeUIMapper parameter. |
| parmTranslatedLanguage | Gets or sets the TranslatedLanguage parameter. |
| registerOverrideMethods | Register handlers for form input control methods. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateHandler | Handles when an input control value is validated. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes an instance of the PCRuntimeInputController class. |
| ::newRuntimeInputController | Creates an instance of the PCRuntimeInputController class. |
Community Additions
ADD
Show: