|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.AbstractFactory
griffon.pivot.factory.EventListenerFactory
class EventListenerFactory extends AbstractFactory
| Field Summary | |
|---|---|
private static Class[] |
PARAMS
|
| Property Summary | |
|---|---|
Class |
adapterClass
|
String |
getListenersMethod
|
List |
parents
|
| Constructor Summary | |
EventListenerFactory(Class adapterClass, List parents, String listenersMethod)
|
|
| Method Summary | |
|---|---|
boolean
|
isHandlesNodeChildren()
|
Object
|
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
|
boolean
|
onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)
|
void
|
setParent(FactoryBuilderSupport builder, Object parent, Object node)
|
| Methods inherited from class AbstractFactory | |
|---|---|
| setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final Class[] PARAMS
| Property Detail |
|---|
final Class adapterClass
final String getListenersMethod
final List parents
| Constructor Detail |
|---|
EventListenerFactory(Class adapterClass, List parents, String listenersMethod)
| Method Detail |
|---|
boolean isHandlesNodeChildren()
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
boolean onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)
void setParent(FactoryBuilderSupport builder, Object parent, Object node)
Groovy Documentation