Modifier and Type | Required Element and Description |
---|---|
AdminPresentationMapField[] |
mapDisplayFields
Members of this map can be displayed as form fields, rather than in a standard grid.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
toOneParentProperty
Optional - if the intended map value is actually buried inside of a modelled join entity, specify the
the path to that parent here.
|
String |
toOneTargetProperty
Optional - if the intended map value is actually buried inside of a modelled join entity, specify the
the path to that value here.
|
public abstract AdminPresentationMapField[] mapDisplayFields
public abstract String toOneTargetProperty
Optional - if the intended map value is actually buried inside of a modelled join entity, specify the
the path to that value here. For example, SkuImpl.skuMedia uses SkuMediaXrefImpl, but the intended value
is Media, so the toOneTargetProperty annotation param is "media". Note - only declare here if the field
does not also have an AdminPresentationMap
annotation
already, which is the preferred location for declaring this value.
public abstract String toOneParentProperty
Optional - if the intended map value is actually buried inside of a modelled join entity, specify the
the path to that parent here. For example, SkuImpl.skuMedia uses SkuMediaXrefImpl, and the parent reference
inside SkuMediaXrefImpl is to Sku, so the toOneParentProperty annotation param is "sku". Note - only declare here if the field
does not also have an AdminPresentationMap
annotation
already, which is the preferred location for declaring this value.
Copyright © 2022. All rights reserved.