Package com.vaadin.annotations

Contains annotations used in Vaadin.

See:
          Description

Annotation Types Summary
AutoGenerated Marker annotation for automatically generated code elements.
EagerInit Indicates that the init method in a Root class can be called before full browser details (WrappedRequest.getBrowserDetails()) are available.
JavaScript If this annotation is present on a ClientConnector class, the framework ensures the referenced JavaScript files are loaded before the init method for the corresponding client-side connector is invoked.
StyleSheet If this annotation is present on a ClientConnector class, 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 a Root.
Widgetset Defines a specific theme for a Root.
 

Package com.vaadin.annotations Description

Contains annotations used in Vaadin. Note that some annotations are also found in other packages e.g., com.vaadin.ui.ClientWidget.



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.