Uses of Interface
com.broadleafcommerce.metadata.dsl.core.View
- 
- 
Uses of View in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type View Modifier and Type Interface Description interfaceView<V extends View<V>>Represents the metadata for a view component. - 
Uses of View in com.broadleafcommerce.metadata.dsl.core.extension.common.tree
Subinterfaces of View in com.broadleafcommerce.metadata.dsl.core.extension.common.tree Modifier and Type Interface Description interfaceTreeGridView<V extends TreeGridView<V>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that implement View Modifier and Type Class Description classDefaultTreeGridView - 
Uses of View in com.broadleafcommerce.metadata.dsl.core.extension.fields
Subinterfaces of View in com.broadleafcommerce.metadata.dsl.core.extension.fields Modifier and Type Interface Description interfaceLookupFieldModal<V extends LookupFieldModal<V>>Represents the metadata for the modal used byLookupField.Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields that implement View Modifier and Type Class Description classDefaultLookupFieldModal - 
Uses of View in com.broadleafcommerce.metadata.dsl.core.extension.views
Subinterfaces of View in com.broadleafcommerce.metadata.dsl.core.extension.views Modifier and Type Interface Description interfaceActionView<V extends ActionView<V>>An interface for a view that managesActionView.ActionPlacements.PRIMARYandActionView.ActionPlacements.SECONDARYplacementAction.interfaceAugmentableView<V extends AugmentableView<V>>interfaceExportHistoryEntityGridView<V extends ExportHistoryEntityGridView<V>>The grid view that is used to add the export history to theEntityBrowseView.interfaceFormView<V extends FormView<V>>interfaceGridView<V extends GridView<V>>interfacePreviewableView<V extends PreviewableView<V>>Represents the metadata for a trackable view that supports previewing sandbox data.interfaceSelectTargetEntityFormView<V extends SelectTargetEntityFormView<V>>Represents the metadata used for a more guided approach for setting up the form components.interfaceSelectTargetEntityGridView<V extends SelectTargetEntityGridView<V>>This grid is used to fetch and display the entities to export.Classes in com.broadleafcommerce.metadata.dsl.core.extension.views that implement View Modifier and Type Class Description classAbstractSelectTargetEntityFormView<V extends AbstractSelectTargetEntityFormView<V>>The base class for the form view that is used for a more guided approach for setting up the form components.classAbstractView<V extends AbstractView<V>>classDefaultExportHistoryEntityGridViewThe default implementation forExportHistoryEntityGridView.classDefaultFormViewclassDefaultSelectTargetEntityGridViewConstructors in com.broadleafcommerce.metadata.dsl.core.extension.views with parameters of type View Constructor Description AbstractView(View<?> component) - 
Uses of View in com.broadleafcommerce.metadata.dsl.core.extension.views.browse
Subinterfaces of View in com.broadleafcommerce.metadata.dsl.core.extension.views.browse Modifier and Type Interface Description interfaceEntityBrowseView<V extends EntityBrowseView<V>>interfaceEntityGridView<V extends EntityGridView<V>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.browse that implement View Modifier and Type Class Description classDefaultEntityBrowseViewclassDefaultEntityGridView - 
Uses of View in com.broadleafcommerce.metadata.dsl.core.extension.views.details
Subinterfaces of View in com.broadleafcommerce.metadata.dsl.core.extension.views.details Modifier and Type Interface Description interfaceCreateEntityView<V extends CreateEntityView<V>>interfaceEntityFormView<V extends EntityFormView<V>>interfaceEntityView<V extends EntityView<V>>interfaceUpdateEntityView<V extends UpdateEntityView<V>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.details that implement View Modifier and Type Class Description classDefaultCreateEntityLongFormViewclassDefaultCreateEntityViewclassDefaultEntityFormViewclassDefaultUpdateEntityLongFormViewclassDefaultUpdateEntityView - 
Uses of View in com.broadleafcommerce.metadata.dsl.core.extension.views.tree
Subinterfaces of View in com.broadleafcommerce.metadata.dsl.core.extension.views.tree Modifier and Type Interface Description interfaceTreeView<V extends TreeView<V>>Represents the metadata for a top-level tree view.Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.tree that implement View Modifier and Type Class Description classDefaultTreeView 
 -