groovy.model
Class FormModel

java.lang.Object
  extended by groovy.model.FormModel

public class FormModel
extends Object

Represents a number of field models which can be ValueModel, PropertyModel, TableModel, TreeModel or nested FormModel instances

Version:
$Revision: 6778 $
Author:
James Strachan

Constructor Summary
FormModel()
           
FormModel(Map fieldModels)
           
 
Method Summary
 void addModel(String name, Object model)
           
 Object getModel(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormModel

public FormModel()

FormModel

public FormModel(Map fieldModels)
Method Detail

addModel

public void addModel(String name,
                     Object model)

getModel

public Object getModel(String name)

Copyright © 2003-2010 The Codehaus. All rights reserved.