PCGlobalTableConstraintController Class [AX 2012]
Controller class for the user defined table constraint edit form.
| Method | Description | |
|---|---|---|
| buildAuxiliaryDatastructure | Builds auxilirary data structure. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createDone | Sets flag that create is done being handled from the form. |
| deleteRow | Deletes a row in the table constraint. |
| deleteRowInTmp | Deletes a row in the temporary data structure. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getEnumLookupData | Gets the data for an enum lookup. |
| getIntegerLookupData | Gets integer lookup data from a table constraint cell. |
| getNewRowId | Gets a new row ID. |
| getRowIdFromTempCell | Gets the row ID from a temporary table constraint cell. |
| getTableConstraintId | Gets the table constraint definition ID. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the form controller. |
| initValue | Initializes values of a newly created row. |
| new | Initializes a new instance of the PCGlobalTableConstraintController 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.) |
| parmDataPopulator | Gets or sets the DataPopulator parameter. |
| parmTableConstraintCellEditor | Gets or sets the TableConstraintCellEditor parameter. |
| populateDataSources | Populates the form's data sources. |
| selectionChanged | Called from the form when selection of a record in the content grid changes. |
| setFormContext | Sets the form context for the user defined table constraint edit form controller. |
| 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.) |
| validateTableConstriant | Validates the table constraint. |
| validateWrite | Validates a row that is about to be written. |
| wait | Pauses a process. (Inherited from Object.) |
| write | Handles the write event from the associated form. |
| writeRowData | Edits a row in the table constraint. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the PCGlobalTableConstraintController class. |
Community Additions
ADD
Show: