Interface ThumbnailTileComponent<C extends ThumbnailTileComponent<C>>

All Superinterfaces:
Comparable<C>, Component<C>, Copyable<C>, CustomCssComponent<C>, Serializable, TileComponent<C>
All Known Implementing Classes:
DefaultThumbnailTileComponent

public interface ThumbnailTileComponent<C extends ThumbnailTileComponent<C>> extends TileComponent<C>
Represents the metadata for a TileComponentTypes.THUMBNAIL. The name of the tile component should target the property that has the fully qualified asset URL.
Since:
Metadata Service 2.0.7, Release Train 2.3.0
Author:
Jon Fleschler (jfleschler)
  • Method Details

    • toggle

      default C toggle(ToggleTileComponent<?> toggleTileComponent)
      Add a ToggleTileComponent to be displayed over the thumbnail. This component is fixed to the bottom left portion of the thumbnail.
      Parameters:
      toggleTileComponent - the ToggleTileComponent to be displayed over the thumbnail
      Returns:
      this