DefinitionListFactory extension

Factory methods for common definition list styles.

on

Static Methods

arrows(Map<String, String> items) DefinitionList

Available on DefinitionList, provided by the DefinitionListFactory extension

Creates a definition list with arrow separator.
boldTerms(Map<String, String> items) DefinitionList

Available on DefinitionList, provided by the DefinitionListFactory extension

Creates a styled definition list with bold terms.
coloredTerms(Map<String, String> items, Color color) DefinitionList

Available on DefinitionList, provided by the DefinitionListFactory extension

Creates a definition list with colored terms.
compact(Map<String, String> items) DefinitionList

Available on DefinitionList, provided by the DefinitionListFactory extension

Creates a definition list without separator alignment.
equals(Map<String, String> items) DefinitionList

Available on DefinitionList, provided by the DefinitionListFactory extension

Creates a definition list with equals separator.
fromMap(Map<String, String> items) DefinitionList

Available on DefinitionList, provided by the DefinitionListFactory extension

Creates a simple definition list from a map.
info(Map<String, String> items) DefinitionList

Available on DefinitionList, provided by the DefinitionListFactory extension

Creates a definition list with info styling.
muted(Map<String, String> items) DefinitionList

Available on DefinitionList, provided by the DefinitionListFactory extension

Creates a definition list with muted styling.