Class SelectorConstants
- java.lang.Object
-
- org.openbravo.userinterface.selector.SelectorConstants
-
public class SelectorConstants extends Object
Defines constants for this module.- Author:
- mtaal
-
-
Field Summary
Fields Modifier and Type Field Description static String
DS_REQUEST_IS_FILTER_BY_ID_SUPPORTED
static String
DS_REQUEST_PROCESS_DEFINITION_ID
static String
DS_REQUEST_SELECTOR_FIELD_ID
static String
DS_REQUEST_SELECTOR_ID_PARAMETER
static String
DS_REQUEST_TYPE_PARAMETER
static String
JS
static String
PARAM_CALLOUT
static String
PARAM_COLUMN_NAME
static String
PARAM_COMBO_RELOAD
static String
PARAM_DISABLED
static String
PARAM_FIELD_NAME
static String
PARAM_FILTER_EXPRESSION
static String
PARAM_ID
static String
PARAM_ID_FILTERS
static String
PARAM_IDENTIFIER
static String
PARAM_REQUIRED
static String
PARAM_TAB_ID
static String
PARAM_TARGET_PROPERTY_NAME
static String
SELECTOR_AS_LINK_REFERENCE_ID
static String
SELECTOR_COMPONENT_TYPE
static String
SELECTOR_REFERENCE_ID
-
Constructor Summary
Constructors Constructor Description SelectorConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
includeOrgFilter(Map<String,String> parameters)
Returns whether Organization filter should be included for selectors.
-
-
-
Field Detail
-
SELECTOR_COMPONENT_TYPE
public static final String SELECTOR_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
JS
public static final String JS
- See Also:
- Constant Field Values
-
PARAM_ID
public static final String PARAM_ID
- See Also:
- Constant Field Values
-
PARAM_IDENTIFIER
public static final String PARAM_IDENTIFIER
- See Also:
- Constant Field Values
-
PARAM_FIELD_NAME
public static final String PARAM_FIELD_NAME
- See Also:
- Constant Field Values
-
PARAM_COLUMN_NAME
public static final String PARAM_COLUMN_NAME
- See Also:
- Constant Field Values
-
PARAM_DISABLED
public static final String PARAM_DISABLED
- See Also:
- Constant Field Values
-
PARAM_REQUIRED
public static final String PARAM_REQUIRED
- See Also:
- Constant Field Values
-
PARAM_CALLOUT
public static final String PARAM_CALLOUT
- See Also:
- Constant Field Values
-
PARAM_TAB_ID
public static final String PARAM_TAB_ID
- See Also:
- Constant Field Values
-
PARAM_COMBO_RELOAD
public static final String PARAM_COMBO_RELOAD
- See Also:
- Constant Field Values
-
PARAM_TARGET_PROPERTY_NAME
public static final String PARAM_TARGET_PROPERTY_NAME
- See Also:
- Constant Field Values
-
PARAM_ID_FILTERS
public static final String PARAM_ID_FILTERS
- See Also:
- Constant Field Values
-
PARAM_FILTER_EXPRESSION
public static final String PARAM_FILTER_EXPRESSION
- See Also:
- Constant Field Values
-
SELECTOR_REFERENCE_ID
public static final String SELECTOR_REFERENCE_ID
- See Also:
- Constant Field Values
-
SELECTOR_AS_LINK_REFERENCE_ID
public static final String SELECTOR_AS_LINK_REFERENCE_ID
- See Also:
- Constant Field Values
-
DS_REQUEST_SELECTOR_ID_PARAMETER
public static final String DS_REQUEST_SELECTOR_ID_PARAMETER
- See Also:
- Constant Field Values
-
DS_REQUEST_TYPE_PARAMETER
public static final String DS_REQUEST_TYPE_PARAMETER
- See Also:
- Constant Field Values
-
DS_REQUEST_PROCESS_DEFINITION_ID
public static final String DS_REQUEST_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
DS_REQUEST_SELECTOR_FIELD_ID
public static final String DS_REQUEST_SELECTOR_FIELD_ID
- See Also:
- Constant Field Values
-
DS_REQUEST_IS_FILTER_BY_ID_SUPPORTED
public static final String DS_REQUEST_IS_FILTER_BY_ID_SUPPORTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
includeOrgFilter
public static boolean includeOrgFilter(Map<String,String> parameters)
Returns whether Organization filter should be included for selectors. It should always be included except when the data source is for a selector and the property the selector is for allows cross organization references.
-
-