Groovy Documentation

simplejpa.swing.glazed.factory
[Groovy] Class CustomConditionalRenderer

java.lang.Object
  groovy.util.AbstractFactory
      simplejpa.swing.glazed.factory.ConditionRendererFactory
          simplejpa.swing.glazed.factory.CustomConditionalRenderer

class CustomConditionalRenderer
extends ConditionRendererFactory

Constructor Summary
CustomConditionalRenderer()

 
Method Summary
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

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

Constructor Detail

CustomConditionalRenderer

CustomConditionalRenderer()


 
Method Detail

newInstance

@Override
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


 

Groovy Documentation