Uses of Class
net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Packages that use ClassDescData Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.di.tags In this package tag handler classes for defining beans in a Jelly script can be found. -
-
Uses of ClassDescData in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return ClassDescData Modifier and Type Method Description protected ClassDescDataConverterTag. createTargetClassDescription()Creates aClassDescDataobject for the target class of the converter.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type ClassDescData Modifier and Type Method Description protected Class<?>ConverterTag. fetchTargetClass(ClassDescData cdd)Obtains the target class of the converter from the specifiedClassDescDataobject. -
Uses of ClassDescData in net.sf.jguiraffe.gui.builder.di.tags
Methods in net.sf.jguiraffe.gui.builder.di.tags that return ClassDescData Modifier and Type Method Description protected ClassDescDataBeanTag. getBeanClassData()Returns the data object with the definition of the bean class.ClassDescDataCollectionTag. getElementClassData()Returns the object with the class definition data of the collection's elements.ClassDescDataMapTag. getKeyClassData()Returns theClassDescDataobject for the key class.ClassDescDataParameterTag. getParameterClassData()Returns the data object for the class description of this parameter.ClassDescDataDependencyTag. getRefClassData()Returns the class description data for the specification of a class dependency.ClassDescDataInvocationTag. getTargetClassData()Returns the target class data object.ClassDescDataMapTag. getValueClassData()Returns theClassDescDataobject for the value class.ClassDescDataValueData. getValueClassData()Returns theClassDescDataobject that defines the target class of the value.Methods in net.sf.jguiraffe.gui.builder.di.tags with parameters of type ClassDescData Modifier and Type Method Description static Class<?>ValueData. resolveClassDescData(org.apache.commons.jelly.JellyContext context, ClassDescData cdata)Resolves the specifiedClassDescDataobject.
-