Package groovy.model
Class FormModel
- java.lang.Object
-
- groovy.model.FormModel
-
@Deprecated public class FormModel extends Object
Deprecated.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 Deprecated Methods Modifier and Type Method Description void
addModel(String name, Object model)
Deprecated.Object
getModel(String name)
Deprecated.
-