Package info.magnolia.ui.form.field.transformer.basic

Class Summary
BasicTransformer<T> Basic implementation of a Transformer.
This handler is used for most of the basic fields (textBox, Date, ...).
His responsibility is to:
- retrieve or create a basic property from the related item
- update the item property value in case of changes performed on the related field.
ListToSetTransformer<T> Specific MultiSelect field Transformer.
For example, the Vaadin native OptionGroup used as root component of our configured Option Group Field do not support List, but only Sets.
NotNullInitialStringValueTransformer Implementation of Transformer that return a empty String it the requested property value do not exist.
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.