This is the global state manager. By default all components that are "state aware" check this class for state information
if you don't pass them a custom state provider. In order for this class to be useful, it must be initialized with a
provider when your application initializes.
Method Summary
public static void
setProvider(Provider provider) Configures the default state provider for your application.