Class ProgressBarView
- java.lang.Object
-
- org.primefaces.showcase.view.misc.ProgressBarView
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class ProgressBarView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgressBarView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()IntegergetProgress1()IntegergetProgress2()voidlongRunning()voidonComplete()voidsetProgress1(Integer progress1)voidsetProgress2(Integer progress2)
-
-
-
Method Detail
-
longRunning
public void longRunning() throws InterruptedException- Throws:
InterruptedException
-
onComplete
public void onComplete()
-
cancel
public void cancel()
-
getProgress1
public Integer getProgress1()
-
getProgress2
public Integer getProgress2()
-
setProgress1
public void setProgress1(Integer progress1)
-
setProgress2
public void setProgress2(Integer progress2)
-
-