public class ProgressBarBean extends Object implements Serializable
| Constructor and Description |
|---|
ProgressBarBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentValue() |
void |
increment() |
boolean |
isButtonRendered() |
boolean |
isEnabled() |
void |
setButtonRendered(boolean buttonRendered) |
void |
setCurrentValue(int currentValue) |
void |
setEnabled(boolean enabled) |
String |
startProcess() |
public String startProcess()
public void increment()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isButtonRendered()
public void setButtonRendered(boolean buttonRendered)
public int getCurrentValue()
public void setCurrentValue(int currentValue)
Copyright © 2014 JBoss by Red Hat. All rights reserved.