Groovy Documentation

Package org.grails.plugin.vaadin.gsp

Internal classes for including Vaadin Components in GSPs

 

Interface Summary
ColumnDef
FieldDef
 


Class Summary
DefaultColumnDef
DefaultFieldDef
FieldDefDrivenFieldFactory A Vaadin DefaultFieldFactory that uses specified defs to create and configure the fields.
GspAttacher Attaches a Vaadin Component or ComponentConfig to the Vaadin Component that is currently active.
GspComponentConfig Holds details for configuring a Vaadin Component.
GspComponentNode Holds a Vaadin Component and a tag body, and facilitates adding components & config nested within the tag body to this component.
GspContext For executing a tag's body, using the tag's Vaadin Component as the 'active' component, to which nested tags will append their Vaadin Components.
GspEvaluator Evaluates a Gsp body, adds any nested Vaadin components to the specified container and returns the resulting text and Vaadin components.
GspEvaluator.GspLayoutNode A special GspComponentNode that keeps a collection of any Vaadin Components that are added to it, and returns an HTML snippet of the form <div location='component_0' /> to the child component, which should then add this snippet to the page's body text.
GspEvaluator.Result Holds the result of an evaluation
GspResourceLocator For finding GSP files, which can be views, templates or resources.
GspResourcePageRenderer Similar to grails.gsp.PageRender, which is included in grails 2.0.x.
 


Groovy Documentation