|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.l2fprod.impl.MutableProperty
class MutableProperty extends Object
| Field Summary | |
|---|---|
private PropertyDescriptor |
propertyDescriptor
|
| Property Summary | |
|---|---|
String |
category
|
String |
displayName
|
String |
name
|
com.l2fprod.common.propertysheet.Property |
parentProperty
|
String |
shortDescription
|
List |
subproperties
|
Class |
type
|
Object |
value
|
| Constructor Summary | |
MutableProperty(PropertyDescriptor propertyDescriptor)
|
|
| Method Summary | |
|---|---|
Object
|
clone()
|
String
|
getDisplayName()
|
String
|
getName()
|
String
|
getShortDescription()
|
com.l2fprod.common.propertysheet.Property[]
|
getSubProperties()
|
Class
|
getType()
|
boolean
|
isEditable()
|
void
|
readFromObject(def object)
|
void
|
writeToObject(def object)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final PropertyDescriptor propertyDescriptor
| Property Detail |
|---|
String category
String displayName
String name
com.l2fprod.common.propertysheet.Property parentProperty
String shortDescription
List subproperties
Class type
@Bindable Object value
| Constructor Detail |
|---|
MutableProperty(PropertyDescriptor propertyDescriptor)
| Method Detail |
|---|
Object clone()
String getDisplayName()
String getName()
String getShortDescription()
com.l2fprod.common.propertysheet.Property[] getSubProperties()
Class getType()
boolean isEditable()
void readFromObject(def object)
void writeToObject(def object)
Groovy Documentation