Class SelectField.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.fields.SelectField.Attributes
-
- Enclosing interface:
- SelectField<F extends SelectField<F>>
public static final class SelectField.Attributes extends Object
-
-
Field Detail
-
SEARCHABLE
public static final String SEARCHABLE
- See Also:
- Constant Field Values
-
LABEL_KEY
public static final String LABEL_KEY
- See Also:
- Constant Field Values
-
VALUE_KEY
public static final String VALUE_KEY
- See Also:
- Constant Field Values
-
IS_MULTI
public static final String IS_MULTI
- See Also:
- Constant Field Values
-
OPTIONS
public static final String OPTIONS
- See Also:
- Constant Field Values
-
-