Class TimerComponent

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.littemplate.LitTemplate
com.storedobject.helper.LitComponent
com.storedobject.vaadin.TimerComponent
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.internal.Template, Serializable

@Tag("so-timer") @JsModule("./so/timer/so-timer.js") public class TimerComponent extends LitComponent implements com.vaadin.flow.component.HasStyle
A simple component to use as an up/down counter. The counting is done in seconds.
Author:
Syam
See Also: