Uses of Interface
ca.grimoire.formtree.FormReceiver

Packages that use FormReceiver
ca.grimoire.formtree   
ca.grimoire.formtree.receiver.constructor   
 

Uses of FormReceiver in ca.grimoire.formtree
 

Methods in ca.grimoire.formtree with parameters of type FormReceiver
<T> T
FormDecoder.decode(FormAdapter form, FormReceiver<T> receiver)
          Decodes a form, populating the receiver with values.
 

Uses of FormReceiver in ca.grimoire.formtree.receiver.constructor
 

Classes in ca.grimoire.formtree.receiver.constructor that implement FormReceiver
 class ArrayReceiver<T>
          Receives form elements into an array of some constructible class.
 class CollectionReceiver<E,T>
          Supporting behaviour allowing for form receivers that produce collections.
 class ConstructorReceiver<T>
          A FormReceiver which populates arbitrary object graphs, rooted at an instance of a specific class.
 class ListReceiver<T>
          Receives form elements into an List of some constructible class.
 class SetReceiver<T>
          Receives constructible elements into a Set.
 class StringConstructorReceiver<T>
          A form receiver that uses constructors with the signature (String).
 



Copyright © 2011 Grimoire Alchymia. All Rights Reserved.