Groovy Documentation

Package org.grails.plugin.vaadin.ui

A collection of UI components used in the scaffolded views.

 

Class Summary
DefaultCustomField An empty CustomField that derives its type from the propertyDataSource
DefaultUploadField Overrides Vaadin EasyUpload Addon UploadField to provide following improvements:
  • Show link to resource that was uploaded, and delete button
  • Show link to value in field (if exists) before any uploads are done
  • Show or hide buttons depending on read-only status of component
  • Ability to handle 'derived' propertyDataSources like PropertyFormatter
  • Fixes NPE bug in UploadField (v1.0.0)
  • Expose upload component to allow listeners to be added
DefaultUploadField.UploadedFileLink Displays link to uploaded file and delete button
GrailsButton Mimics the g:link tag.
GrailsIncludeLayout A Vaadin CustomLayout that contains a single view Component resulting from a grails request.
GspBodyLayout A Vaadin CustomLayout that uses a Grails GSP body as the template.
GspLayout A Vaadin CustomLayout that uses a Grails GSP file as the template.
GspTemplateLayout A Vaadin CustomLayout that contains a single org.grails.plugin.vaadin.ui.GrailsLayout.
StartupUriFragmentUtility A special UriFragmentUtility that forces the browser to send the initial fragment only when the application first starts.
 


Groovy Documentation