|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={})
@Retention(value=RUNTIME)
@Documented
public @interface LookupThis annotation can be used as a lookup element in special validation implementations (through the ValidateDefinition element) Another use by annotations, for instance the LovConstraint annotation. This annotation is used to tell what type of lookup to use.
| Optional Element Summary | |
|---|---|
BeanLookup |
beanLookup
The beanlookup enabling to create a java class on runtime and do whatever needs be done. |
JsfLookup |
jsfLookup
The JsfLookup to use as lookup. |
SpringLookup |
springLookup
The springlookup to use as lookup. |
int |
type
Type of lookup, use one of the constants of this class. |
public abstract int type
Defaults to Lookup.LOOKUP_NORMAL_BEAN.
public abstract BeanLookup beanLookup
Defaults to something useless, change when you wish to use it.
BeanLookuppublic abstract SpringLookup springLookup
Defaults to something useless, change when you wish to use it.
SpringLookuppublic abstract JsfLookup jsfLookup
Defaults to something useless, change when you wish to use it.
JsfLookup
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||