Index

A C D E G I L O R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addCloseButton() - Method in class com.vaadin.componentfactory.IdleNotification
Adds a button to close the notification without poking the server
addCloseListener(ComponentEventListener<IdleNotification.CloseEvent>) - Method in class com.vaadin.componentfactory.IdleNotification
Adds a close handler
addExtendSessionButton(String) - Method in class com.vaadin.componentfactory.IdleNotification
Add a button to the notification that allows the user to poke the server, thereby extending the session
addExtendSessionListener(ComponentEventListener<IdleNotification.ExtendSessionEvent>) - Method in class com.vaadin.componentfactory.IdleNotification
Adds a session extend handler
addOpenListener(ComponentEventListener<IdleNotification.OpenEvent>) - Method in class com.vaadin.componentfactory.IdleNotification
Adds a open handler
addRedirectButton(String, String) - Method in class com.vaadin.componentfactory.IdleNotification
Add a button to the notification that allows the user to be immediately redirected to a different url (e.g.
addRedirectListener(ComponentEventListener<IdleNotification.RedirectEvent>) - Method in class com.vaadin.componentfactory.IdleNotification
Adds a redirect handler
addTimeoutListener(ComponentEventListener<IdleNotification.TimeoutEvent>) - Method in class com.vaadin.componentfactory.IdleNotification
Adds a timeout handler

C

CloseEvent(IdleNotification, boolean) - Constructor for class com.vaadin.componentfactory.IdleNotification.CloseEvent
 
com.vaadin.componentfactory - package com.vaadin.componentfactory
 

D

DEFAULT_AFTER_EXPIRE_MESSAGE - Static variable in class com.vaadin.componentfactory.IdleNotification
 
DEFAULT_BEFORE_EXPIRE_MESSAGE - Static variable in class com.vaadin.componentfactory.IdleNotification
 
DEFAULT_SECONDS_BEFORE_NOTIFICATION - Static variable in class com.vaadin.componentfactory.IdleNotification
 

E

ExtendSessionEvent(IdleNotification, boolean) - Constructor for class com.vaadin.componentfactory.IdleNotification.ExtendSessionEvent
 

G

getAfterExpiredMessage() - Method in class com.vaadin.componentfactory.IdleNotification
Get the message displayed to the user after the session expires
getMaxInactiveInterval() - Method in class com.vaadin.componentfactory.IdleNotification
Get the number of seconds until the session times-out
getMessage() - Method in class com.vaadin.componentfactory.IdleNotification
Get the text of the notification
getRedirectAtTimeoutUrl() - Method in class com.vaadin.componentfactory.IdleNotification
Get the URL to redirect the page to upon session timeout
getSecondsBeforeNotification() - Method in class com.vaadin.componentfactory.IdleNotification
Gets the number of seconds before session times-out at which point the notification will be displayed to the user

I

IdleNotification - Class in com.vaadin.componentfactory
 
IdleNotification() - Constructor for class com.vaadin.componentfactory.IdleNotification
Default constructor.
IdleNotification(int) - Constructor for class com.vaadin.componentfactory.IdleNotification
Creates an idle notification with the default message that will be displayed to the user at the specified number of seconds before session timeout.
IdleNotification(String, int) - Constructor for class com.vaadin.componentfactory.IdleNotification
Creates an idle notification with the specified message that will be displayed to the user at the specified number of seconds before session timeout.
IdleNotification(String, int, int) - Constructor for class com.vaadin.componentfactory.IdleNotification
Creates an idle notification with the specified message that will be displayed to the user at the specified number of seconds before session timeout.
IdleNotification(String, int, int, String) - Constructor for class com.vaadin.componentfactory.IdleNotification
Creates an idle notification with the specified message that will be displayed to the user at the specified number of seconds before session timeout.
IdleNotification(String, int, String) - Constructor for class com.vaadin.componentfactory.IdleNotification
Creates an idle notification with the specified message that will be displayed to the user at the specified number of seconds before session timeout.
IdleNotification.CloseEvent - Class in com.vaadin.componentfactory
 
IdleNotification.ExtendSessionEvent - Class in com.vaadin.componentfactory
 
IdleNotification.MessageFormatting - Enum Class in com.vaadin.componentfactory
 
IdleNotification.OpenEvent - Class in com.vaadin.componentfactory
 
IdleNotification.RedirectEvent - Class in com.vaadin.componentfactory
 
IdleNotification.TimeoutEvent - Class in com.vaadin.componentfactory
 
isCloseNotificationOnOutsideClick() - Method in class com.vaadin.componentfactory.IdleNotification
 
isExtendSessionOnOutsideClick() - Method in class com.vaadin.componentfactory.IdleNotification
 

L

label - Variable in enum class com.vaadin.componentfactory.IdleNotification.MessageFormatting
 

O

OpenEvent(IdleNotification, boolean) - Constructor for class com.vaadin.componentfactory.IdleNotification.OpenEvent
 

R

RedirectEvent(IdleNotification, boolean) - Constructor for class com.vaadin.componentfactory.IdleNotification.RedirectEvent
 
removeCloseButton() - Method in class com.vaadin.componentfactory.IdleNotification
Remove the close Button
removeExtendSessionButton() - Method in class com.vaadin.componentfactory.IdleNotification
Remove the extend-session button
removeRedirectButton() - Method in class com.vaadin.componentfactory.IdleNotification
Remove the redirect button

S

SECS_MAX_IDLE_TIMEOUT - Enum constant in enum class com.vaadin.componentfactory.IdleNotification.MessageFormatting
 
SECS_TO_TIMEOUT - Enum constant in enum class com.vaadin.componentfactory.IdleNotification.MessageFormatting
 
setAfterExpiredMessage(String) - Method in class com.vaadin.componentfactory.IdleNotification
Set the message displayed to the user after the session expires
setCloseNotificationOnOutsideClick(boolean) - Method in class com.vaadin.componentfactory.IdleNotification
Determines whether an outside click would close the notification without poking the server
setExtendSessionOnOutsideClick(boolean) - Method in class com.vaadin.componentfactory.IdleNotification
Determines whether an outside click would poke the server (thereby extending the session)
setMaxInactiveInterval(int) - Method in class com.vaadin.componentfactory.IdleNotification
Set the number of seconds until the session times-out
setMessage(String) - Method in class com.vaadin.componentfactory.IdleNotification
Set the text of the notification with given String
setRedirectAtTimeoutUrl(String) - Method in class com.vaadin.componentfactory.IdleNotification
The URL to redirect the page to upon session timeout.
setSecondsBeforeNotification(int) - Method in class com.vaadin.componentfactory.IdleNotification
Sets the number of seconds before session times-out at which point the notification will be displayed to the user

T

TimeoutEvent(IdleNotification, boolean) - Constructor for class com.vaadin.componentfactory.IdleNotification.TimeoutEvent
 
toString() - Method in enum class com.vaadin.componentfactory.IdleNotification.MessageFormatting
 

V

valueOf(String) - Static method in enum class com.vaadin.componentfactory.IdleNotification.MessageFormatting
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.componentfactory.IdleNotification.MessageFormatting
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E G I L O R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form