Serialized Form
-
Package com.vaadin.componentfactory
-
Class com.vaadin.componentfactory.IdleNotification
class IdleNotification extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
afterExpiredMessage
String afterExpiredMessage
-
closeButtonEnabled
boolean closeButtonEnabled
-
closeNotificationOnOutsideClick
boolean closeNotificationOnOutsideClick
-
extendSessionButtonCaption
String extendSessionButtonCaption
-
extendSessionButtonEnabled
boolean extendSessionButtonEnabled
-
extendSessionOnOutsideClick
boolean extendSessionOnOutsideClick
-
maxInactiveInterval
Integer maxInactiveInterval
-
message
String message
-
redirectAtTimeoutEnabled
boolean redirectAtTimeoutEnabled
-
redirectAtTimeoutUrl
String redirectAtTimeoutUrl
-
redirectButtonCaption
String redirectButtonCaption
-
redirectButtonEnabled
boolean redirectButtonEnabled
-
redirectButtonUrl
String redirectButtonUrl
-
secondsBeforeNotification
Integer secondsBeforeNotification
-
-
-
Class com.vaadin.componentfactory.IdleNotification.CloseEvent
class CloseEvent extends com.vaadin.flow.component.ComponentEvent<IdleNotification> implements Serializable -
Class com.vaadin.componentfactory.IdleNotification.ExtendSessionEvent
class ExtendSessionEvent extends com.vaadin.flow.component.ComponentEvent<IdleNotification> implements Serializable -
Class com.vaadin.componentfactory.IdleNotification.OpenEvent
class OpenEvent extends com.vaadin.flow.component.ComponentEvent<IdleNotification> implements Serializable -
Class com.vaadin.componentfactory.IdleNotification.RedirectEvent
class RedirectEvent extends com.vaadin.flow.component.ComponentEvent<IdleNotification> implements Serializable -
Class com.vaadin.componentfactory.IdleNotification.TimeoutEvent
class TimeoutEvent extends com.vaadin.flow.component.ComponentEvent<IdleNotification> implements Serializable
-