Uses of Annotation Interface
com.foreach.across.modules.entity.conditionals.ConditionalOnAdminWeb
Package
Description
-
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.config.builders
Modifier and TypeClassDescriptionclass
Extends the defaultEntityViewFactoryBuilder
with properties for a list view of entities instead of a single entity view.class
Builder for creating a singleEntityViewFactory
. -
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.views.builders
Modifier and TypeClassDescriptionfinal class
Configures a blankEntityViewFactoryBuilder
for the a generic form view. -
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.views.processors
Modifier and TypeClassDescriptionclass
Adds a header component to embedded associations.class
Adds a delete button to the existingSingleEntityFormViewProcessor.FORM_BUTTONS
if theAllowableAction.DELETE
is present.class
Provides a default modify and back button for aEntityView.DETAIL_VIEW_NAME
view.class
Adapter implementation for a defaultEntityViewProcessor
following the commonViewElement
based rendering approach.final class
Checks if there is global feedback present on the model and renders it in thePageContentStructure
.class
Simple adapter forEntityViewProcessor
that does not directly tie into theViewElement
generation.class
Builds the default page structure for a single entity page. -
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.views.processors.support
Modifier and TypeClassDescriptionclass
Helper for adding messages to thePageContentStructure
for a particularEntityViewRequest
. -
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.views.request
Modifier and TypeClassDescriptionclass
Represents a specifically requestedEntityViewFactory
with its full set of information: theEntityViewContext
theEntityViewCommand
and itsBindingResult
theNativeWebRequest
that requested the view thePageContentStructure
being built and the template information