Spiffy UI Framework

org.spiffyui.client.widgets.button
Class FancySaveButton

java.lang.Object
  extended by Button
      extended by org.spiffyui.client.widgets.button.FancyButton
          extended by org.spiffyui.client.widgets.button.FancySaveButton

public class FancySaveButton
extends FancyButton

This widget is a fancy save button with an embedded icon


Constructor Summary
FancySaveButton()
          Create a new FancySaveButton
FancySaveButton(java.lang.String text)
          Create a new FancySaveButton with the specified text
 
Method Summary
 
Methods inherited from class org.spiffyui.client.widgets.button.FancyButton
isEnabled, isInProgress, setEnabled, setInProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FancySaveButton

public FancySaveButton()
Create a new FancySaveButton


FancySaveButton

public FancySaveButton(java.lang.String text)
Create a new FancySaveButton with the specified text

Parameters:
text - the text of the button

Spiffy UI Framework