| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.finder.CriteriaDropDownOptions
This class holds the values displayed in a Criteria dropdown. Currently the labels are hard-coded for each of the value.
| Constructor Summary | |
| CriteriaDropDownOptions() | |
| Method Summary | |
| static Map | getAllCriteriaDropDownOptions()Returns a Map containg value-label pairs to be displayed in a criteria dropdown field. | 
| static Map | getBooleanCriteriaDropDownOptions()Returns a Map containg value-label pairs to be displayed in a criteria dropdown for Boolean fields. | 
| static Map | getDateCriteriaDropDownOptions()Returns a Map containg value-label pairs to be displayed in a criteria dropdown field. | 
| static Long | getDefaultMaxRecordsDropDownOption()Returns the default value to be displayed in the 'MaxRecords' dropdown of the Finder/Lookup criteria screens. | 
| static Map | getDropDownCriteriaDropDownOptions()Returns a Map containg value-label pairs to be displayed in a criteria dropdown field. | 
| static Map | getMaxRecordsDropDownOptions()Returns a Map containg value-label pairs to be displayed in a dropdown for selecting the Max Records to be displayed in the Results page. | 
| static Map | getNumericalCriteriaDropDownOptions()Returns a Map containg value-label pairs to be displayed in a criteria dropdown field. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CriteriaDropDownOptions()
| Method Detail | 
public static Map getAllCriteriaDropDownOptions()
public static Map getNumericalCriteriaDropDownOptions()
public static Map getDateCriteriaDropDownOptions()
public static Map getDropDownCriteriaDropDownOptions()
public static Map getBooleanCriteriaDropDownOptions()
public static Map getMaxRecordsDropDownOptions()
public static Long getDefaultMaxRecordsDropDownOption()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||