A C G I P R S T
A
- 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 current value of the timer
I
- isRunning() - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Returns the status of the timer
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
- 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
- setStartTime(Number) - Method in class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer
-
Sets the start time
- 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
T
- TimerEndedEvent(SimpleTimer, boolean) - Constructor for class com.flowingcode.vaadin.addons.simpletimer.SimpleTimer.TimerEndedEvent
-
A C G I P R S T
Copyright © 2019 Flowing Code. All rights reserved.