Groovy Documentation

Package org.grails.plugin.vaadin.utils

Internal general-purpose utils classes

 

Class Summary
ByteArrayPropertyConverter Autoboxes an underlying Byte[] to byte[].
CalendarPropertyConverter Makes a Calendar property look an behave like a Date property.
DefaultValuePropertyConverter Does no conversion, but substitutes the specified default value in place of a null, ONLY when getting the value.
DomainProxy For adding equals() and hashCode() methods to domain classes using a proxy technique that leaves the domain class unchanged.
DomainProxyPropertyConverter Wraps an underyling value in a proxy that implements the equals() method
PropertyConverter Copy of PropertyFormatter
Stopwatch Simple class for recording time taken.
Utils Utility methods for Vaadin classes.
 


Groovy Documentation