Interface DataMapping<T>

  • All Known Implementing Classes:
    DefaultMapping

    public interface DataMapping<T>
    Takes care of the mapping between form fields and the model.
    • Method Detail

      • addAttributeDescription

        void addAttributeDescription​(String name,
                                     ModelNode attributeDescription)
      • newModel

        void newModel​(T model,
                      Form<T> form)
      • populateFormItems

        void populateFormItems​(T model,
                               Form<T> form)
      • clearFormItems

        void clearFormItems​(Form<T> form)
      • persistModel

        void persistModel​(T model,
                          Form<T> form)