org.apache.myfaces.custom.dynaForm.annot.ui
Annotation Type DataProvider


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface DataProvider

where to get the data for a relation between entities


Required Element Summary
 java.lang.String description
          the properties to use as description.
 java.lang.String value
          points to a method returning a list
 

Element Detail

value

public abstract java.lang.String value
points to a method returning a list


description

public abstract java.lang.String description
the properties to use as description. This can be a JSF value-binding.



Copyright © 2009. All Rights Reserved.