Share via


EventAttentionGrabberParms Class [AX 2012]

The EventAttentionGrabberParms class contains parameters defining contents and behavior of the Attention Grabber form.

Syntax

class EventAttentionGrabberParms extends xToastNotification

Run On

Client

Methods

  Method Description
Gg758362.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif duration (Inherited from xToastNotification.)
Gg758362.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif finalize (Inherited from xToastNotification.)
Gg758362.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif imageResId (Inherited from xToastNotification.)
Gg758362.pubmethod(en-us,AX.60).gif messageText (Inherited from xToastNotification.)
Gg758362.pubmethod(en-us,AX.60).gif new Initializes a new instance of the xToastNotification class. (Inherited from xToastNotification.)
Gg758362.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.)
Gg758362.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.)
Gg758362.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif onClicked Handles the onClicked event of the toast notification window. (Overrides the onClicked Method.)
Gg758362.pubmethod(en-us,AX.60).gif onClosed Handles the onClosed event of the toast notification window. (Overrides the onClosed Method.)
Gg758362.pubmethod(en-us,AX.60).gif openContextForm Opens the appropriate form, depending on the notification that is represented by this instance of the EventAttentionGrabberParms class.
Gg758362.pubmethod(en-us,AX.60).gif openInbox Opens the alert inbox form to the specified tab.
Gg758362.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif parmAttentionGrabberState Gets or sets the AttentionGrabberState parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmCompanyName Gets or sets the CompanyName parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmDurationOnScreen Gets or sets the DurationOnScreen parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmEventAlertedFor Gets or sets the EventAlertedFor parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmEventMessage Gets or sets the EventMessage parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmEventSubject Gets or sets the EventSubject parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmInboxId Gets or sets the InboxId parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmIsSingleAlert Gets or sets the IsSingleAlert parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmNotificationSource Gets or sets the NotificationSource parameter.
Gg758362.pubmethod(en-us,AX.60).gif parmPopUpLinkDestinationId Gets or sets the PopUpLinkDestinationId parameter.
Gg758362.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif show Shows the toast notification window for this instance of the EventAttentionGrabberParms class. (Overrides the show Method.)
Gg758362.pubmethod(en-us,AX.60).gif subject (Inherited from xToastNotification.)
Gg758362.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg758362.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.)
Gg758362.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg758362.pubmethod(en-us,AX.60).gif Gg758362.static(en-us,AX.60).gif ::construct Initializes a new instance of the EventAttentionGrabberParms class.
Gg758362.pubmethod(en-us,AX.60).gif Gg758362.static(en-us,AX.60).gif ::newMultiAlertAttentionGrabberParms Constructs a multi-alert attention grabber.
Gg758362.pubmethod(en-us,AX.60).gif Gg758362.static(en-us,AX.60).gif ::newSingleAlertAttGrabberParms

Top

Remarks

The most important parameter is the parmIsSingleAlert parameter. If it is set to true, the attention grabber displays the details of a particular alert, for example, the alert subject (set in parmEventSubject), or the alert message (set in parmEventMessage).

Inheritance Hierarchy

Object Class
  xToastNotification Class
    EventAttentionGrabberParms Class

See Also

EventAlertPoller Class