com.vaadin.shared.ui.ui
Class UIState.LoadingIndicatorConfigurationState

java.lang.Object
  extended by com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIState

public static class UIState.LoadingIndicatorConfigurationState
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int firstDelay
           
 int secondDelay
           
 int thirdDelay
           
 
Constructor Summary
UIState.LoadingIndicatorConfigurationState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstDelay

public int firstDelay

secondDelay

public int secondDelay

thirdDelay

public int thirdDelay
Constructor Detail

UIState.LoadingIndicatorConfigurationState

public UIState.LoadingIndicatorConfigurationState()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.