- 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
-
-
Constructor Summary
Constructors
| Constructor and description |
FormModel() Creates an empty form model. |
FormModel(Map<String, Object> fieldModels) Creates a form model backed by the supplied model map. |
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
public void |
addModel(String name, Object model) Registers a model under the given field name. |
|
public Object |
getModel(String name) Looks up the model associated with the supplied field name. |
-
Inherited Methods Summary
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.