org.richfaces.demo.progressBar
Class ProgressBarBean
java.lang.Object
org.richfaces.demo.progressBar.ProgressBarBean
- All Implemented Interfaces:
- Serializable
public class ProgressBarBean
- extends Object
- implements Serializable
- Author:
- Ilya Shaikovsky
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressBarBean
public ProgressBarBean()
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)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.