public class ProgressBarBean extends Object implements Serializable
| Constructor and Description |
|---|
ProgressBarBean() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrentValue() |
Long |
getStartTime() |
boolean |
isButtonRendered() |
boolean |
isEnabled() |
void |
setButtonRendered(boolean buttonRendered) |
void |
setEnabled(boolean enabled) |
void |
setStartTime(Long startTime) |
String |
startProcess() |
public String startProcess()
public Long getCurrentValue()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public Long getStartTime()
public void setStartTime(Long startTime)
public boolean isButtonRendered()
public void setButtonRendered(boolean buttonRendered)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.