-
Idle.get(com.vaadin.flow.component.UI ui)
Gets the Idle instance a monitored UI.
Gets the Idle instance that triggered this event.
Idle.track(com.vaadin.flow.component.UI ui)
Create new user activity tracker for UI with default timeout and no
server-side listener.
Idle.track(com.vaadin.flow.component.UI ui,
long timeoutMs)
Create new user activity tracker for UI with timeout.
Idle.track(com.vaadin.flow.component.UI ui,
long timeoutMs,
boolean updateCssClass)
Create new user activity tracker for UI with timeout.
New instance of idle event.
New instance of user active event.
New instance of user inactive event.