|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.model.PropertyModel
public class PropertyModel
Represents a property of a value as a model.
Constructor Summary | |
PropertyModel(ValueModel sourceModel, String property)
|
|
PropertyModel(ValueModel sourceModel, String property, Class type)
|
|
PropertyModel(ValueModel sourceModel, String property, Class type, boolean editable)
|
Method Summary | |
---|---|
String
|
getProperty()
|
ValueModel
|
getSourceModel()
|
Class
|
getType()
|
Object
|
getValue()
|
boolean
|
isEditable()
|
void
|
setValue(Object value)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public PropertyModel(ValueModel sourceModel, String property)
public PropertyModel(ValueModel sourceModel, String property, Class type)
public PropertyModel(ValueModel sourceModel, String property, Class type, boolean editable)
Method Detail |
---|
public String getProperty()
public ValueModel getSourceModel()
public Class getType()
public Object getValue()
public boolean isEditable()
public void setValue(Object value)
Copyright © 2003-2013 The Codehaus. All rights reserved.