Class ProgressController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.ProgressController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class ProgressController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgressController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProgress()DategetCurrentDate()doublegetCurrentHours()doublegetCurrentMinutes()doublegetCurrentSeconds()DefaultBoundedRangeModelgetProgress()voidresetProgress(javax.faces.event.FacesEvent event)
-
-
-
Method Detail
-
getProgress
public DefaultBoundedRangeModel getProgress()
-
addProgress
public void addProgress()
-
resetProgress
public void resetProgress(javax.faces.event.FacesEvent event)
-
getCurrentDate
public Date getCurrentDate()
-
getCurrentHours
public double getCurrentHours()
-
getCurrentMinutes
public double getCurrentMinutes()
-
getCurrentSeconds
public double getCurrentSeconds()
-
-