net.sf.doolin.gui.spring
Class AbstractListPropertyFieldTypeParser<C>

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by net.sf.doolin.context.spring.AbstractDefinitionParser
              extended by net.sf.doolin.context.spring.SimpleDefinitionParser<C>
                  extended by net.sf.doolin.gui.spring.AbstractFieldTypeParser<C>
                      extended by net.sf.doolin.gui.spring.AbstractPropertyFieldTypeParser<C>
                          extended by net.sf.doolin.gui.spring.AbstractListPropertyFieldTypeParser<C>
Type Parameters:
C - Type of the bean to parse
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionDecorator, org.springframework.beans.factory.xml.BeanDefinitionParser
Direct Known Subclasses:
ComboParser, MultiComboParser, RadioGroupParser

public class AbstractListPropertyFieldTypeParser<C>
extends AbstractPropertyFieldTypeParser<C>

Parser for an AbstractListPropertyFieldDescriptor

Author:
Damien Coraboeuf

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
AbstractListPropertyFieldTypeParser(Class<C> beanClass)
          Constructor
 
Method Summary
 
Methods inherited from class net.sf.doolin.context.spring.SimpleDefinitionParser
addAttributeRef, addAttributeRef, addCustomBeanAs, addFactoryFromAttribute, addPropertyValue, addSimpleAttribute, addSimpleAttribute, decorate, doParse, getBeanClass, getInstance, setContainerProperty, setDefaultID, setList, setListString, setMap
 
Methods inherited from class net.sf.doolin.context.spring.AbstractDefinitionParser
delegate, setAttributeAsProperty, setAttributeAsProperty, setAttributeAsReference, setChildrenAsListProperty, setElementAsProperty, setElementAsProperty, setListAsProperty, setListStringAsProperty, setMapAsProperty, setPropertyValue
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListPropertyFieldTypeParser

public AbstractListPropertyFieldTypeParser(Class<C> beanClass)
Constructor

Parameters:
beanClass - Bean class


Copyright © 2011. All Rights Reserved.