Groovy Documentation

simplejpa.validation
[Groovy] Class ErrorLabelFactory

java.lang.Object
  groovy.util.AbstractFactory
      simplejpa.validation.ErrorLabelFactory

class ErrorLabelFactory
extends AbstractFactory

Constructor Summary
ErrorLabelFactory()

 
Method Summary
boolean isLeaf()

ErrorLabel newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

 
Methods inherited from class AbstractFactory
onNodeCompleted, onNodeChildren, setChild, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, setParent, isLeaf, getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait, newInstance
 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorLabelFactory

ErrorLabelFactory()


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

ErrorLabel newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


 

Groovy Documentation