org.broadleafcommerce.common.presentation
Annotation Type AdminPresentationMapFields
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface AdminPresentationMapFields
This annotation is used to describe an array of map fields that allow map members
to be displayed as regular fields in the admin tool.
- Author:
- Jeff Fischer
mapDisplayFields
public abstract AdminPresentationMapField[] mapDisplayFields
- Members of this map can be displayed as form fields, rather than in a standard grid. When populated,
mapDisplayFields informs the form building process to create the fields described here and persist those fields
in this map structure.
- Returns:
- the fields to display that represent the members of this map
Copyright © 2013. All Rights Reserved.