|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface AdminPresentationToOneLookup
| Optional Element Summary | |
|---|---|
String[] |
customCriteria
Optional - only required if you need to specially handle crud operations for this specific collection on the server |
String |
lookupDisplayProperty
Optional - only required if the display property is other than "name" |
LookupType |
lookupType
Optional - only required if you want to configure the lookup to be driven by a prepopulated dropdown instead of the standard lookup type, which is modal based. |
boolean |
useServerSideInspectionCache
Optional - only required if you want to make the field ignore caching |
public abstract String lookupDisplayProperty
Optional - only required if the display property is other than "name"
Specify the property on a lookup class that should be used as the value to display to the user in a form in the admin tool UI
public abstract String[] customCriteria
Optional - only required if you need to specially handle crud operations for this specific collection on the server
Custom string values that will be passed to the server during Read and Inspect operations on the entity lookup. This allows for the creation of a custom persistence handler to handle both inspect and fetch phase operations. Presumably, one could use this to somehow filter the list of records shown when the user interacts with the lookup widget in the admin UI.
public abstract boolean useServerSideInspectionCache
Optional - only required if you want to make the field ignore caching
Explicitly specify whether or not this field will use server-side caching during inspection
public abstract LookupType lookupType
Optional - only required if you want to configure the lookup to be driven by a prepopulated dropdown instead of the standard lookup type, which is modal based.
Define whether or not the lookup type for this field should be handled through a modal or through a dropdown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||