Package com.vaadin.annotations
Contains annotations used in Vaadin. Note that some annotations
are also found in other packages e.g., com.vaadin.ui.ClientWidget.
-
Annotation Types Summary Annotation Type Description AutoGenerated Marker annotation for automatically generated code elements.DesignRoot Marks the component as the root of a design (html) file.InternalContainerAnnotationForJS Annotation enabling using multiple@JavaScriptannotations.InternalContainerAnnotationForSS Annotation enabling using multiple@StyleSheetannotations.JavaScript If this annotation is present on aClientConnectorclass, the framework ensures the referenced JavaScript files are loaded before the init method for the corresponding client-side connector is invoked.PreserveOnRefresh Marks a UI that should be retained when the user refreshed the browser window.Push Configures server push for aUI.StyleSheet If this annotation is present on aClientConnectorclass, the framework ensures the referenced style sheets are loaded before the init method for the corresponding client-side connector is invoked.Theme Defines a specific theme for aUI.Title Defines the HTML page title for aUI.VaadinServletConfiguration Annotation for configuring subclasses ofVaadinServlet.VaadinServletConfiguration.InitParameterName Defines the init parameter name for methods inVaadinServletConfiguration.Viewport Defines a viewport tag that will be added to the HTML of the host page of a UI class.ViewportGeneratorClass Defines a viewport tag generator class that will be used for generating the content of a viewport tag that will be added to the HTML of the host page of a UI class.Widgetset Defines a specific widgetset for aUI.