Groovy Documentation

griffon.plugins.l2fprod.impl
[Groovy] Class MutableProperty

java.lang.Object
  griffon.plugins.l2fprod.impl.MutableProperty
All Implemented Interfaces:
com.l2fprod.common.propertysheet.Property

class MutableProperty
extends Object

Authors:
Andres Almiray


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

propertyDescriptor

private final PropertyDescriptor propertyDescriptor


 
Property Detail

category

String category


displayName

String displayName


name

String name


parentProperty

com.l2fprod.common.propertysheet.Property parentProperty


shortDescription

String shortDescription


subproperties

List subproperties


type

Class type


value

@Bindable
Object value


 
Constructor Detail

MutableProperty

MutableProperty(PropertyDescriptor propertyDescriptor)


 
Method Detail

clone

Object clone()


getDisplayName

String getDisplayName()


getName

String getName()


getShortDescription

String getShortDescription()


getSubProperties

com.l2fprod.common.propertysheet.Property[] getSubProperties()


getType

Class getType()


isEditable

boolean isEditable()


readFromObject

void readFromObject(def object)


writeToObject

void writeToObject(def object)


 

Groovy Documentation