|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.model.PropertyModel
class PropertyModel extends Object
Represents a property of a value as a model.
Field Summary | |
---|---|
boolean |
editable
|
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, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
boolean editable
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-2009 The Codehaus. All rights reserved.