Uses of Interface
net.sf.jguiraffe.gui.builder.di.tags.ValueSupport
-
Packages that use ValueSupport 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 ValueSupport in net.sf.jguiraffe.gui.builder.components.tags
Classes in net.sf.jguiraffe.gui.builder.components.tags that implement ValueSupport Modifier and Type Class Description classPropertyTagA tag for setting a property. -
Uses of ValueSupport in net.sf.jguiraffe.gui.builder.di.tags
Classes in net.sf.jguiraffe.gui.builder.di.tags that implement ValueSupport Modifier and Type Class Description classDependencyTagA base class for tag handler classes that support the definition of a dependency.classElementTagA tag handler class that allows adding elements to collections.classEntryKeyTagA tag handler class for defining the key of an.EntryTagclassEntryTagA tag handler implementation for populating a map.classFactoryTagA tag for defining a bean factory that is used as creationBeanProviderfor aBeanTag.classInvocationTargetTagA specialized tag handler implementation for defining the target object of a method invocation.classParameterTagA tag handler class for defining the parameters of a method or constructor invocation.classSetPropertyTagA tag handler class that creates aobject.SetPropertyInvocation
-