[Java] Class FormModel

  • groovy.model.FormModel
@Deprecated
public class FormModel

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

Constructor Summary

Constructors
Constructor and description
FormModel ()
FormModel (Map fieldModels)

Methods Summary

Methods
Type Params Return Type Name and description
public void addModel(String name, Object model)
public Object getModel(String name)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
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)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/model/FormModel.html