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 ClassDescData
ConverterTag. createTargetClassDescription()
Creates aClassDescData
object 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 specifiedClassDescData
object. -
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 ClassDescData
BeanTag. getBeanClassData()
Returns the data object with the definition of the bean class.ClassDescData
CollectionTag. getElementClassData()
Returns the object with the class definition data of the collection's elements.ClassDescData
MapTag. getKeyClassData()
Returns theClassDescData
object for the key class.ClassDescData
ParameterTag. getParameterClassData()
Returns the data object for the class description of this parameter.ClassDescData
DependencyTag. getRefClassData()
Returns the class description data for the specification of a class dependency.ClassDescData
InvocationTag. getTargetClassData()
Returns the target class data object.ClassDescData
MapTag. getValueClassData()
Returns theClassDescData
object for the value class.ClassDescData
ValueData. getValueClassData()
Returns theClassDescData
object 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 specifiedClassDescData
object.
-