Uses of Class
org.vaadin.addons.idle.Idle

  • Uses of Idle in org.vaadin.addons.idle

    Methods in org.vaadin.addons.idle that return Idle
    Modifier and Type
    Method
    Description
    static Idle
    Idle.get(com.vaadin.flow.component.UI ui)
    Gets the Idle instance a monitored UI.
    Idle.IdleEvent.getIdle()
    Gets the Idle instance that triggered this event.
    static Idle
    Idle.track(com.vaadin.flow.component.UI ui)
    Create new user activity tracker for UI with default timeout and no server-side listener.
    static Idle
    Idle.track(com.vaadin.flow.component.UI ui, long timeoutMs)
    Create new user activity tracker for UI with timeout.
    static Idle
    Idle.track(com.vaadin.flow.component.UI ui, long timeoutMs, boolean updateCssClass)
    Create new user activity tracker for UI with timeout.
    Constructors in org.vaadin.addons.idle with parameters of type Idle
    Modifier
    Constructor
    Description
     
    New instance of idle event.
     
    New instance of user active event.
     
    New instance of user inactive event.