Uses of Annotation Interface
com.foreach.across.modules.entity.conditionals.ConditionalOnAdminWeb
Packages that use ConditionalOnAdminWeb
Package
Description
-
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.config.builders
Classes in com.foreach.across.modules.entity.config.builders with annotations of type ConditionalOnAdminWebModifier and TypeClassDescriptionclassExtends the defaultEntityViewFactoryBuilderwith properties for a list view of entities instead of a single entity view.classBuilder for creating a singleEntityViewFactory. -
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.views.builders
Classes in com.foreach.across.modules.entity.views.builders with annotations of type ConditionalOnAdminWebModifier and TypeClassDescriptionfinal classConfigures a blankEntityViewFactoryBuilderfor the a generic form view. -
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.views.processors
Classes in com.foreach.across.modules.entity.views.processors with annotations of type ConditionalOnAdminWebModifier and TypeClassDescriptionclassAdds a header component to embedded associations.classAdds a delete button to the existingSingleEntityFormViewProcessor.FORM_BUTTONSif theAllowableAction.DELETEis present.classProvides a default modify and back button for aEntityView.DETAIL_VIEW_NAMEview.classAdapter implementation for a defaultEntityViewProcessorfollowing the commonViewElementbased rendering approach.final classChecks if there is global feedback present on the model and renders it in thePageContentStructure.classSimple adapter forEntityViewProcessorthat does not directly tie into theViewElementgeneration.classBuilds the default page structure for a single entity page. -
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.views.processors.support
Classes in com.foreach.across.modules.entity.views.processors.support with annotations of type ConditionalOnAdminWebModifier and TypeClassDescriptionclassHelper for adding messages to thePageContentStructurefor a particularEntityViewRequest. -
Uses of ConditionalOnAdminWeb in com.foreach.across.modules.entity.views.request
Classes in com.foreach.across.modules.entity.views.request with annotations of type ConditionalOnAdminWebModifier and TypeClassDescriptionclassRepresents a specifically requestedEntityViewFactorywith its full set of information: theEntityViewContexttheEntityViewCommandand itsBindingResulttheNativeWebRequestthat requested the view thePageContentStructurebeing built and the template information