Interface HTMLRenderable

All Known Implementing Classes:
CardDate, CardDouble, CardDuration, CardField, CardIcon, CardLong, CardStaticView, CardStaticViewSet, CardString, CardTime

public interface HTMLRenderable
Interface for components that can render themselves as HTML strings. Used by CardView field components to provide consistent HTML generation.
Since:
21.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Renders the component as an HTML string.
  • Method Details

    • getHtml

      String getHtml()
      Renders the component as an HTML string.
      Returns:
      The HTML string representation of the component