Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.Pollable
-
-
Uses of Pollable in com.broadleafcommerce.metadata.dsl.core.extension
Classes in com.broadleafcommerce.metadata.dsl.core.extension with type parameters of type Pollable Modifier and Type Interface Description interface
Pollable<G extends Pollable<G>>
An interface implemented by components that intend to support pollable behavior.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type Pollable Modifier and Type Method Description default G
Pollable. pollable(UnaryOperator<Pollable<?>> fn)
Configure polling behavior for the component. -
Uses of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.common.tree
Subinterfaces of Pollable 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 Pollable Modifier and Type Class Description class
DefaultTreeGridView
-
Uses of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.externals
Subinterfaces of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.externals Modifier and Type Interface Description interface
ExportHistoryGridExternal<E extends ExportHistoryGridExternal<E>>
The grid view that is used to add the export history to theUpdateEntityView
.interface
GridExternal<E extends GridExternal<E>>
Represents the metadata for a grid that provides a view of external data related to the form it resides within.Classes in com.broadleafcommerce.metadata.dsl.core.extension.externals that implement Pollable Modifier and Type Class Description class
DefaultExportHistoryGridExternal
The default implementation forExportHistoryGridExternal
.class
DefaultGridExternal
-
Uses of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.grids
Subinterfaces of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.grids Modifier and Type Interface Description interface
ExportHistoryGrid<G extends ExportHistoryGrid<G>>
The grid to display the export history. -
Uses of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.views
Subinterfaces of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.views Modifier and Type Interface Description interface
ExportHistoryEntityGridView<V extends ExportHistoryEntityGridView<V>>
The grid view that is used to add the export history to theEntityBrowseView
.interface
GridView<V extends GridView<V>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.views that implement Pollable Modifier and Type Class Description class
DefaultExportHistoryEntityGridView
The default implementation forExportHistoryEntityGridView
. -
Uses of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.views.browse
Subinterfaces of Pollable in com.broadleafcommerce.metadata.dsl.core.extension.views.browse Modifier and Type Interface Description interface
EntityGridView<V extends EntityGridView<V>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.browse that implement Pollable Modifier and Type Class Description class
DefaultEntityGridView
-