- setCountUp(boolean) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Changes the behavior to count up or down Default is false for count down
- setFractions(boolean) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Enables showing fractions of a second
- setHours(boolean) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Enables showing hours and minutes
- setMinutes(boolean) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Enables showing minutes
- setStartTime(Number) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Sets the start time
- setVisible(boolean) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
- SimpleTimer - Class in com.flowingcode.vaadin.addons.simpletimer
-
- SimpleTimer() - Constructor for class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Creates a timer with a start time of 60
- SimpleTimer(Number) - Constructor for class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Creates a timer using the start time passed in the constructor
- SimpleTimer.TimerEndedEvent - Class in com.flowingcode.vaadin.addons.simpletimer
-
Event that gets triggered when the timer reaches 0
- start() - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Starts or stops the timer if it is already started