| |
|
| java.lang.Object org.jaffa.components.finder.CriteriaDropDownOptions
CriteriaDropDownOptions | public class CriteriaDropDownOptions (Code) | | This class holds the values displayed in a Criteria dropdown. Currently the labels are hard-coded for each of the value.
author: GautamJ |
getAllCriteriaDropDownOptions | public static Map getAllCriteriaDropDownOptions()(Code) | | Returns a Map containg value-label pairs to be displayed in a criteria dropdown field.
a Map containg value-label pairs to be displayed in a criteria dropdown field. |
getBooleanCriteriaDropDownOptions | public static Map getBooleanCriteriaDropDownOptions()(Code) | | Returns a Map containg value-label pairs to be displayed in a criteria dropdown for Boolean fields.
a Map containg value-label pairs to be displayed in a criteria dropdown for Boolean fields. |
getDateCriteriaDropDownOptions | public static Map getDateCriteriaDropDownOptions()(Code) | | Returns a Map containg value-label pairs to be displayed in a criteria dropdown field.
This will not have the BeginsWith, EndWith and Like options, since they are meaningless for date fields.
a Map containg value-label pairs to be displayed in a criteria dropdown field. |
getDefaultMaxRecordsDropDownOption | public static Long getDefaultMaxRecordsDropDownOption()(Code) | | Returns the default value to be displayed in the 'MaxRecords' dropdown of the Finder/Lookup criteria screens.
the default value to be displayed in the 'MaxRecords' dropdown of the Finder/Lookup criteria screens. |
getDropDownCriteriaDropDownOptions | public static Map getDropDownCriteriaDropDownOptions()(Code) | | Returns a Map containg value-label pairs to be displayed in a criteria dropdown field.
This will not have the Between and In options, since they are not supported for DropDown fields.
This will not have the BeginsWith, EndWith and Like options, since they are meaningless for DropDown fields.
a Map containg value-label pairs to be displayed in a criteria dropdown field. |
getMaxRecordsDropDownOptions | public static Map getMaxRecordsDropDownOptions()(Code) | | 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.
The key will be a Long object, while the value will be a formatted String object.
a Map containg value-label pairs to be displayed in a dropdown for selecting the Max Records to be displayed in the Results page. |
getNumericalCriteriaDropDownOptions | public static Map getNumericalCriteriaDropDownOptions()(Code) | | Returns a Map containg value-label pairs to be displayed in a criteria dropdown field.
This will not have the BeginsWith, EndWith and Like options, since they are meaningless for numerical fields.
a Map containg value-label pairs to be displayed in a criteria dropdown field. |
|
|
|