Interface ListItem

    • Method Detail

      • getMarker

        java.lang.String getMarker()
      • getText

        java.lang.String getText()
        Returns:
        The text of the cell including substitutions being applied.
        Throws:
        java.lang.RuntimeException - when no text is set. Consider calling hasText() before calling this method.
      • getSource

        java.lang.String getSource()
        Returns:
        The text of the cell without substitutions being applied.
      • setSource

        void setSource​(java.lang.String source)
        Sets the source of the ListItem.
        Parameters:
        source - The source of this ListItem, substitutions will still be applied.
      • hasText

        boolean hasText()