ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

◆ 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: