org.broadleafcommerce.common.presentation.override
Annotation Type AdminPresentationMergeOverride


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AdminPresentationMergeOverride

Allows a non-comprehensive override of admin presentation annotation property values for a target entity field.

Author:
Jeff Fischer
See Also:
AdminPresentation, AdminPresentationToOneLookup, AdminPresentationDataDrivenEnumeration, AdminPresentationCollection, AdminPresentationAdornedTargetCollection, AdminPresentationMap

Required Element Summary
 AdminPresentationMergeEntry[] mergeEntries
          The array of override configuration values.
 String name
          The name of the property whose admin presentation annotation should be overwritten
 

Element Detail

name

public abstract String name
The name of the property whose admin presentation annotation should be overwritten

Returns:
the name of the property that should be overwritten

mergeEntries

public abstract AdminPresentationMergeEntry[] mergeEntries
The array of override configuration values. Each entry correlates to a property on AdminPresentation, AdminPresentationToOneLookup, AdminPresentationDataDrivenEnumeration, AdminPresentationAdornedTargetCollection, AdminPresentationCollection or AdminPresentationMap

Returns:
The array of override configuration values.


Copyright © 2013. All Rights Reserved.