# DkGridWaitingIndicator

## Methods

| Method                     | Description                                                                                                                                                                                                                                                                                                 |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `loadingIndicator()`       | <p>It displays the <strong>Loading Indicator</strong> showing the current loading message.</p><p><br><strong>Params</strong>: None.<br><strong>Return</strong>: <mark style="color:green;"><code>void</code></mark>.</p>                                                                                    |
| `processingIndicator()`    | <p>It displays the <strong>Processing Indicator</strong> showing the current process message.<br><br><strong>Params</strong>: None.<br><strong>Return</strong>: <mark style="color:green;"><code>void</code></mark>.</p>                                                                                    |
| `customMessageIndicator()` | <p>It displays the <strong>Waiting</strong> <strong>Indicator</strong> showing the message it receives as an argument.<br><br><strong>Params</strong>: message: <mark style="color:green;"><code>string</code></mark>.<br><strong>Return</strong>: <mark style="color:green;"><code>void</code></mark>.</p> |
| `hideWaitingIndicator()`   | <p>It hides any of the previous Waiting indicators.<br><br><strong>Params</strong>: None.<br><strong>Return</strong>: <mark style="color:green;"><code>void</code></mark>.</p>                                                                                                                              |
