RichFaces Showcase 4.3.3.Final

org.richfaces.demo.progressBar
Class ProgressBarBean

java.lang.Object
  extended by org.richfaces.demo.progressBar.ProgressBarBean
All Implemented Interfaces:
Serializable

public class ProgressBarBean
extends Object
implements Serializable

Author:
Ilya Shaikovsky
See Also:
Serialized Form

Constructor Summary
ProgressBarBean()
           
 
Method Summary
 int getCurrentValue()
           
 void increment()
           
 boolean isButtonRendered()
           
 boolean isEnabled()
           
 void setButtonRendered(boolean buttonRendered)
           
 void setCurrentValue(int currentValue)
           
 void setEnabled(boolean enabled)
           
 String startProcess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressBarBean

public ProgressBarBean()
Method Detail

startProcess

public String startProcess()

increment

public void increment()

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

isButtonRendered

public boolean isButtonRendered()

setButtonRendered

public void setButtonRendered(boolean buttonRendered)

getCurrentValue

public int getCurrentValue()

setCurrentValue

public void setCurrentValue(int currentValue)

RichFaces Showcase 4.3.3.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.