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 voidaddModel(String name, Object model)Deprecated.ObjectgetModel(String name)Deprecated.
-