Package groovy.model
Class FormModel
- java.lang.Object
-
- groovy.model.FormModel
-
public class FormModel extends Object
Represents a number of field models which can be ValueModel, PropertyModel, TableModel, TreeModel or nested FormModel instances
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addModel(String name, Object model)
Object
getModel(String name)
-