Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.views.AugmentableView
Packages that use AugmentableView
Package
Description
-
Uses of AugmentableView in com.broadleafcommerce.metadata.dsl.core.extension.views
Classes in com.broadleafcommerce.metadata.dsl.core.extension.views with type parameters of type AugmentableViewModifier and TypeInterfaceDescriptioninterfaceAugmentableView<V extends AugmentableView<V>>An Augmentable View is a type ofViewthat can be augmented with additional fields dynamically rather than strictly through the static metadata definition. -
Uses of AugmentableView in com.broadleafcommerce.metadata.dsl.core.extension.views.details
Subinterfaces of AugmentableView in com.broadleafcommerce.metadata.dsl.core.extension.views.detailsModifier and TypeInterfaceDescriptioninterfaceCreateEntityView<V extends CreateEntityView<V>>interfaceEntityView<V extends EntityView<V>>An entity view represents a detailed view of a single entity, e.g., a Product.interfaceUpdateEntityView<V extends UpdateEntityView<V>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.details that implement AugmentableViewModifier and TypeClassDescriptionclassclassclassclass -
Uses of AugmentableView in com.broadleafcommerce.metadata.dsl.core.extension.views.modal
Subinterfaces of AugmentableView in com.broadleafcommerce.metadata.dsl.core.extension.views.modalModifier and TypeInterfaceDescriptioninterfaceCreateModalFormView<V extends CreateModalFormView<V>>AViewthat represents a modal dialog for creating an entity.interfaceUpdateModalFormView<V extends UpdateModalFormView<V>>AViewthat represents a modal dialog for creating an entity.Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.modal that implement AugmentableViewModifier and TypeClassDescriptionclassclass -
Uses of AugmentableView in com.broadleafcommerce.metadata.dsl.core.extension.views.tree
Subinterfaces of AugmentableView in com.broadleafcommerce.metadata.dsl.core.extension.views.treeModifier and TypeInterfaceDescriptioninterfaceRepresents the metadata for a top-level tree view.Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.tree that implement AugmentableView