griffon.resourcemanager
[Groovy] Class PropertyEditorBasedFactory
java.lang.Object
groovy.util.AbstractFactory
griffon.resourcemanager.PropertyEditorBasedFactory
class PropertyEditorBasedFactory
extends AbstractFactory
- Authors:
- Alexander Klein
|
Methods inherited from class AbstractFactory
|
| setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
editor
Class editor
-
modifyMap
Closure modifyMap
-
modifyValue
Closure modifyValue
-
PropertyEditorBasedFactory
PropertyEditorBasedFactory(Map params = [:], Class editor)
-
isLeaf
@Override
boolean isLeaf()
-
newInstance
@Override
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attr)
-
translate
private def translate(PropertyEditor editor, def value)
-
Groovy Documentation