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 interface
View<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 interface
TreeGridView<V extends TreeGridView<V>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that implement View Modifier and Type Class Description class
DefaultTreeGridView
-
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 interface
LookupFieldModal<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 class
DefaultLookupFieldModal
-
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 interface
ActionView<V extends ActionView<V>>
An interface for a view that managesActionView.ActionPlacements.PRIMARY
andActionView.ActionPlacements.SECONDARY
placementAction
.interface
AugmentableView<V extends AugmentableView<V>>
interface
ExportHistoryEntityGridView<V extends ExportHistoryEntityGridView<V>>
The grid view that is used to add the export history to theEntityBrowseView
.interface
FormView<V extends FormView<V>>
interface
GridView<V extends GridView<V>>
interface
PreviewableView<V extends PreviewableView<V>>
Represents the metadata for a trackable view that supports previewing sandbox data.interface
SelectTargetEntityFormView<V extends SelectTargetEntityFormView<V>>
Represents the metadata used for a more guided approach for setting up the form components.interface
SelectTargetEntityGridView<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 class
AbstractSelectTargetEntityFormView<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.class
AbstractView<V extends AbstractView<V>>
class
DefaultExportHistoryEntityGridView
The default implementation forExportHistoryEntityGridView
.class
DefaultFormView
class
DefaultSelectTargetEntityGridView
Constructors 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 interface
EntityBrowseView<V extends EntityBrowseView<V>>
interface
EntityGridView<V extends EntityGridView<V>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.browse that implement View Modifier and Type Class Description class
DefaultEntityBrowseView
class
DefaultEntityGridView
-
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 interface
CreateEntityView<V extends CreateEntityView<V>>
interface
EntityFormView<V extends EntityFormView<V>>
interface
EntityView<V extends EntityView<V>>
interface
UpdateEntityView<V extends UpdateEntityView<V>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.details that implement View Modifier and Type Class Description class
DefaultCreateEntityLongFormView
class
DefaultCreateEntityView
class
DefaultEntityFormView
class
DefaultUpdateEntityLongFormView
class
DefaultUpdateEntityView
-
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 interface
TreeView<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 class
DefaultTreeView
-