Package com.broadleafcommerce.metadata.dsl.core.extension
@NonNullApi
package com.broadleafcommerce.metadata.dsl.core.extension
-
ClassDescriptionActionGrid<G extends ActionGrid<G>>An extension of
Grid
to represent a grid with grid-level and row-level actions.BuilderFieldSource<D extends BuilderFieldSource<D>>An interface implemented by components that intend to support the inclusion of augmented custom fields.Represents metadata for aFormComponent
that has dependencies on its parent form's state.A copyable list of dependent field names.ExportGrid<G extends ExportGrid<G>>An extension ofActionGrid
to represent a grid with a grid-level export action.FetchEntity<C extends FetchEntity<C>>Represents the metadata for a component that supports fetching a single entity.Represents the metadata for aGrid
that supports fetching it's own data.Filterable<D extends Filterable<D>>An interface implemented by components that intend to support filterable behavior.FilterableGrid<G extends FilterableGrid<G>>Represents the metadata for aFetchGrid
that supports filtering it's records using various filter actions.Represents the metadata for a component whose children are variousFormComponent
.An interface representing a grid with a collection ofColumn
.ImportGrid<G extends ImportGrid<G>>An extension ofActionGrid
to represent a grid with a grid-level import action.Represents the metadata for a collection component that supports re-ordering it's members.PageableFetch<C extends PageableFetch<C>>An interface implemented by components that intend to support pollable behavior.This represents thePollableOptions.PollStrategyType.CONSTANT
polling strategy.This represents thePollableOptions.PollStrategyType.EXPONENTIAL
polling strategy with back-off and jitter.This represents thePollableOptions.PollStrategyType.LINEAR
polling strategy.PollableOptions.PollStrategy<S extends PollableOptions.PollStrategy<S>>Abstract class representing the base polling strategy and its type.Represents the type of strategy used to when calculating the interval at which to poll.ResourceGrid<G extends ResourceGrid<G>>Represents the metadata of aActionGrid
andFetchGrid
that is used for managing an external resource.Selectable<S extends Selectable<S>>An interface implemented by components that intend to support selectable behavior.A functional interface to provide a functional entry-point toSelectable
.SortableGrid<G extends SortableGrid<G>>