com.github.gwtbootstrap.client.ui
Class Button.LoadingStateBehavior

java.lang.Object
  extended by com.github.gwtbootstrap.client.ui.Button.LoadingStateBehavior
Enclosing class:
Button

public class Button.LoadingStateBehavior
extends Object

A simple class to encapsulate the button state managing from the user.

Author:
Carlos Alexandro Becker

Constructor Summary
Button.LoadingStateBehavior()
           
 
Method Summary
 void complete()
          put the button in the completed state.
 void loading()
          put the button in the loading state.
 void reset()
          reset the button state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Button.LoadingStateBehavior

public Button.LoadingStateBehavior()
Method Detail

loading

public void loading()
put the button in the loading state.


reset

public void reset()
reset the button state.


complete

public void complete()
put the button in the completed state.



Copyright © 2012 gwtbootstrap. All Rights Reserved.