Uses of Interface
com.broadleafcommerce.metadata.dsl.core.TileComponent
Packages that use TileComponent
Package
Description
-
Uses of TileComponent in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type TileComponentModifier and TypeInterfaceDescriptioninterfaceTileComponent<C extends TileComponent<C>>Represents the metadata for a tile component. -
Uses of TileComponent in com.broadleafcommerce.metadata.dsl.core.extension
Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type TileComponentModifier and TypeMethodDescriptiondefault GTileGrid.addTileComponent(TileComponent<?> component) A convenience method to add a new tile component to the grid.default GTileGrid.addTileComponent(String name, TileComponent<?> component) A convenience method to add a new tile component to the grid.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type TileComponentModifier and TypeMethodDescriptiondefault GTileGrid.configureTileComponents(UnaryOperator<List<TileComponent<?>>> fn) Configure the list of tile components this grid will display.default GTileGrid.tileComponents(Collection<TileComponent<?>> components) Sets the tile components for this grid.default GTileGrid.tiled(Collection<TileComponent<?>> components) Marks this grid to show the tile view with the specified components. -
Uses of TileComponent in com.broadleafcommerce.metadata.dsl.core.extension.tiles
Subinterfaces of TileComponent in com.broadleafcommerce.metadata.dsl.core.extension.tilesModifier and TypeInterfaceDescriptioninterfaceBadgeTileComponent<C extends BadgeTileComponent<C>>Represents the metadata for aTileComponentTypes.BADGE.interfaceLinkTileComponent<C extends LinkTileComponent<C>>Represents the metadata for aTileComponentTypes.LINK.interfaceThumbnailTileComponent<C extends ThumbnailTileComponent<C>>Represents the metadata for aTileComponentTypes.THUMBNAIL.interfaceToggleTileComponent<C extends ToggleTileComponent<C>>Represents the metadata for aTileComponentTypes.TOGGLE.Classes in com.broadleafcommerce.metadata.dsl.core.extension.tiles that implement TileComponentModifier and TypeClassDescriptionclassAbstractTileComponent<C extends AbstractTileComponent<C>>The abstract tile component specification.classThis class represents a default badge tile component in the metadata DSL.classThis class represents a default link tile component in the metadata DSL.classThis class represents a default thumbnail tile component in the metadata DSL.classThis class represents a default tile component in the metadata DSL.classRepresents the default implementation for aToggleTileComponentin the metadata.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.tiles with parameters of type TileComponentModifierConstructorDescriptionAbstractTileComponent(TileComponent<?> component) DefaultTileComponent(TileComponent<?> component)