ServiceRequest

Namespace: PP.Mb;

Inheritance Hierarchy

Object

ServiceRequest

Description

The ServiceRequest class is used to handle service requests.

Syntax

PP.initClass(PP.Mb.ServiceRequest, PP.Object, "PP.Mb.ServiceRequest");

Constructor

  Constructor name Brief description
ServiceRequest The ServiceRequest constructor creates an instance of the ServiceRequest class.

Properties

  Property name Brief description
BackgroundRequestTimeout The BackgroundRequestTimeout property determines delay before displaying a loading indicator for background requests.
HideWaiterTimeout The HideWaiterTimeout property determines delay before hiding a loading indicator after getting a response.
Service The Service property determines a service.
ShowWaiter The ShowWaiter property determines whether a loading indicator is displayed.
ShowWaiterTimeout The ShowWaiterTimeout property determines delay before displaying a loading indicator.
Waiter The Waiter property determines a loading indicator.

Methods

  Method name Brief description
clearRequests The clearRequests method clears queued repository requests and the current request.
endRequest The endRequest method finishes the current repository request.

Events

  Event name Brief description
EndRequest The EndRequest event occurs on finishing the service connection.
Error The Error event occurs if an error occurs during service connection.
Executed The Executed event occurs after executing a service request.
StartRequest The StartRequest event occurs when the system starts executing a service request.

Properties inherited from the class Object

  Property name Brief description
Data The Data property associates a random object with this component.
Id The Id property sets component identifier.
Settings The Settings property sets the component parameters.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates a copy of object. It is not implemented in PP.Ui.Control.
dispose The dispose method deletes the component.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.

See also:

PP.Mb