Package groovy.swing.model
Class FormModel
- java.lang.Object
-
- groovy.swing.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 voidaddModel(String name, Object model)ObjectgetModel(String name)
-