|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.AbstractFactory
griffon.pivot.factory.PairFactory
class PairFactory extends AbstractFactory
| Field Summary | |
|---|---|
private static Class[] |
PARAMS
|
| Property Summary | |
|---|---|
Class |
beanClass
|
String |
prop1
|
String |
prop2
|
| Constructor Summary | |
PairFactory(Class beanClass, String prop1, String prop2)
|
|
| Method Summary | |
|---|---|
boolean
|
isLeaf()
|
Object
|
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
|
| 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 beanClass
final String prop1
final String prop2
| Constructor Detail |
|---|
PairFactory(Class beanClass, String prop1, String prop2)
| Method Detail |
|---|
boolean isLeaf()
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
Groovy Documentation