ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\UI\Component\Button\LoadingAnimationOnClick Interface Reference

Interface for buttons with loading animation on click. More...

+ Inheritance diagram for ILIAS\UI\Component\Button\LoadingAnimationOnClick:
+ Collaboration diagram for ILIAS\UI\Component\Button\LoadingAnimationOnClick:

Public Member Functions

 withLoadingAnimationOnClick (bool $loading_animation_on_click)
 If clicked the button will display a spinner wheel to show that a request is being processed in the background. More...
 
 hasLoadingAnimationOnClick ()
 Return whether loading animation has been activated. More...
 

Detailed Description

Interface for buttons with loading animation on click.

Author
killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 28 of file LoadingAnimationOnClick.php.

Member Function Documentation

◆ hasLoadingAnimationOnClick()

ILIAS\UI\Component\Button\LoadingAnimationOnClick::hasLoadingAnimationOnClick ( )

Return whether loading animation has been activated.

Referenced by ILIAS\UI\Implementation\Component\Button\Renderer\renderButton().

+ Here is the caller graph for this function:

◆ withLoadingAnimationOnClick()

ILIAS\UI\Component\Button\LoadingAnimationOnClick::withLoadingAnimationOnClick ( bool  $loading_animation_on_click)

If clicked the button will display a spinner wheel to show that a request is being processed in the background.

Returns
static

The documentation for this interface was generated from the following file: