Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addCurrentTimeChangeListener(PropertyChangeListener, long, TimeUnit) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Adds a property change listener for the
currentTimeproperty - addTimerEndEvent(ComponentEventListener<SimpleTimer.TimerEndedEvent>) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Adds a timer ended listener that will be triggered when the timer reaches 0
C
- com.flowingcode.vaadin.addons.simpletimer - package com.flowingcode.vaadin.addons.simpletimer
G
- getCurrentTime() - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Returns the last known value of the timer.
- getCurrentTimeAsync() - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Returns the current value of the timer.
I
- isRunning() - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Returns the status of the timer
- isVisible() - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
P
- pause() - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Stops the timer, does nothing if already stopped
R
- reset() - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Resets the current value to the start time
S
- setDoubleDigitHours(boolean) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Use two digits for hours.
- setEndTime(Number) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Sets the end time, for countup mode.
- 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, for countdown mode.
- 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
- 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
T
- TimerEndedEvent(SimpleTimer, boolean) - Constructor for class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer.TimerEndedEvent
All Classes and Interfaces|All Packages|Serialized Form