Uses of Class
org.dellroad.stuff.vaadin7.VaadinApplication
-
-
Uses of VaadinApplication in org.dellroad.stuff.vaadin7
Methods in org.dellroad.stuff.vaadin7 with type parameters of type VaadinApplication Modifier and Type Method Description static <T extends VaadinApplication>
TVaadinApplication. get(VaadinSession session, Class<T> clazz)Get the singleton instance of the specified class associated with the given session.static <T extends VaadinApplication>
TVaadinApplication. get(Class<T> clazz)Get the singleton instance of the specified class associated with the currentVaadinSession.Methods in org.dellroad.stuff.vaadin7 that return VaadinApplication Modifier and Type Method Description static VaadinApplicationVaadinApplication. get()Get the singletonVaadinApplicationinstance associated with the currentVaadinSession.Constructors in org.dellroad.stuff.vaadin7 with parameters of type VaadinApplication Constructor Description VaadinExternalListener(S eventSource, VaadinApplication application)Convenience constructor.
-