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