Class LookupField.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.fields.LookupField.Attributes
-
- Enclosing interface:
- LookupField<F extends LookupField<F>>
public static final class LookupField.Attributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
IS_MODAL_SUPPORT
static String
IS_MULTI
static String
IS_SEARCHABLE
static String
LABEL_KEY
static String
LOADING_MESSAGE
static String
MODAL_COMPONENT
static String
MODAL_TOGGLE_LABEL
static String
NO_OPTIONS_MESSAGE
static String
SELECT_COMPONENT
static String
SELECTION_TYPE
static String
TRANSFORM_SELECTION
static String
VALUE_KEY
-
-
-
Field Detail
-
LABEL_KEY
public static final String LABEL_KEY
- See Also:
- Constant Field Values
-
LOADING_MESSAGE
public static final String LOADING_MESSAGE
- See Also:
- Constant Field Values
-
IS_MODAL_SUPPORT
public static final String IS_MODAL_SUPPORT
- See Also:
- Constant Field Values
-
IS_MULTI
public static final String IS_MULTI
- See Also:
- Constant Field Values
-
IS_SEARCHABLE
public static final String IS_SEARCHABLE
- See Also:
- Constant Field Values
-
MODAL_COMPONENT
public static final String MODAL_COMPONENT
- See Also:
- Constant Field Values
-
MODAL_TOGGLE_LABEL
public static final String MODAL_TOGGLE_LABEL
- See Also:
- Constant Field Values
-
NO_OPTIONS_MESSAGE
public static final String NO_OPTIONS_MESSAGE
- See Also:
- Constant Field Values
-
SELECT_COMPONENT
public static final String SELECT_COMPONENT
- See Also:
- Constant Field Values
-
SELECTION_TYPE
public static final String SELECTION_TYPE
- See Also:
- Constant Field Values
-
TRANSFORM_SELECTION
public static final String TRANSFORM_SELECTION
- See Also:
- Constant Field Values
-
VALUE_KEY
public static final String VALUE_KEY
- See Also:
- Constant Field Values
-
-