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
-
Method Details
-
getHtml
String getHtml()Renders the component as an HTML string.- Returns:
- The HTML string representation of the component
-