Uses of Class
info.magnolia.ui.form.field.transformer.multi.MultiValueChildrenNodeTransformer

Packages that use MultiValueChildrenNodeTransformer
info.magnolia.ui.form.field.transformer.multi   
 

Uses of MultiValueChildrenNodeTransformer in info.magnolia.ui.form.field.transformer.multi
 

Subclasses of MultiValueChildrenNodeTransformer in info.magnolia.ui.form.field.transformer.multi
 class MultiValueSubChildrenNodePropertiesTransformer
          Sub Nodes implementation of Transformer storing and retrieving properties (as PropertysetItem) displayed in MultiField.
In opposition to MultiValueChildrenNodeTransformer this implementation handle multiple properties stored under a child node.
These multiple properties are put/retrieve into/from a PropertysetItem.
Storage strategy:
- root node (relatedFormItem)
-- main child node (nodeName = field name)
--- child node 1 (used to store the first values set of the MultiField as a property)
---- property 1 (store the first property of the first value of the MultiField)
---- property 2 (store the second property of the first value of the MultiField)
---- property 3 (store the third property of the first value of the MultiField)
---- ...
 class MultiValueSubChildrenNodeTransformer
          Sub Nodes implementation of Transformer storing and retrieving properties (as PropertysetItem) displayed in MultiField.
Storage strategy:
- root node (relatedFormItem)
-- main child node (nodeName = field name)
--- child node 1 (used to store the first value of the MultiField as a property)
---- property1 (store the first value of the MultiField)
--- child node 2 (used to store the second value of the MultiField as a property)
---- property2 (store the second value of the MultiField)
...
Main child node : field name
Child node name : 20 first char of the related value
Property name : field name
 



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