|
Groovy 2.1.0-rc-2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.model.FormModel
public class FormModel
Represents a number of field models which can be ValueModel, PropertyModel, TableModel, TreeModel or nested FormModel instances
Constructor Summary | |
FormModel()
|
|
FormModel(Map fieldModels)
|
Method Summary | |
---|---|
void
|
addModel(String name, Object model)
|
Object
|
getModel(String name)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public FormModel()
public FormModel(Map fieldModels)
Method Detail |
---|
public void addModel(String name, Object model)
public Object getModel(String name)
Copyright © 2003-2013 The Codehaus. All rights reserved.