Uses of Interface
org.jboss.seam.solder.properties.MethodProperty

Packages that use MethodProperty
org.jboss.seam.solder.properties A set of utility classes for working with JavaBean properties, allowing properties backed by getter/setter methods or fields to be treated identically. 
 

Uses of MethodProperty in org.jboss.seam.solder.properties
 

Methods in org.jboss.seam.solder.properties that return MethodProperty
static
<V> MethodProperty<V>
Properties.createProperty(Method method)
          Create a JavaBean style property from the specified method
 



Copyright © 2008-2011 Seam Framework. All Rights Reserved.