Package com.vaadin.client.communication
Class LoadingIndicatorConfigurator
- java.lang.Object
-
- com.vaadin.client.communication.LoadingIndicatorConfigurator
-
public class LoadingIndicatorConfigurator extends Object
Observes the loading indicator configuration stored in the given node and configures the loading indicator accordingly.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidobserve(StateNode node)Observes the given node for loading indicator configuration changes and configures the loading indicator singleton accordingly.
-
-
-
Method Detail
-
observe
public static void observe(StateNode node)
Observes the given node for loading indicator configuration changes and configures the loading indicator singleton accordingly.- Parameters:
node- the node containing the loading indicator configuration
-
-