Interface ConfigurableEntityViewContext
- All Superinterfaces:
EntityViewContext
- All Known Implementing Classes:
DefaultEntityViewContext
Extends
EntityViewContext
with settable properties.- Since:
- 2.0.0
- Author:
- Arne Vandamme
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllowableActions
(com.foreach.across.modules.spring.security.actions.AllowableActions allowableAcations) void
void
setEntityAssociation
(EntityAssociation association) void
setEntityConfiguration
(EntityConfiguration entityConfiguration) void
setEntityMessages
(EntityMessages entityMessages) void
setEntityModel
(EntityModel entityModel) void
setLinkBuilder
(EntityViewLinkBuilder linkBuilder) void
setMessageCodeResolver
(EntityMessageCodeResolver codeResolver) void
setParentContext
(EntityViewContext parentContext) void
setPropertyRegistry
(EntityPropertyRegistry propertyRegistry) Methods inherited from interface com.foreach.across.modules.entity.views.context.EntityViewContext
getAllowableActions, getEntity, getEntity, getEntityAssociation, getEntityConfiguration, getEntityLabel, getEntityMessages, getEntityModel, getLinkBuilder, getMessageCodeResolver, getParentContext, getPropertyRegistry, holdsEntity, isForAssociation
-
Method Details
-
setEntity
-
setEntityConfiguration
-
setEntityModel
-
setLinkBuilder
-
setMessageCodeResolver
-
setEntityMessages
-
setEntityAssociation
-
setPropertyRegistry
-
setParentContext
-
setAllowableActions
void setAllowableActions(com.foreach.across.modules.spring.security.actions.AllowableActions allowableAcations)
-