Interface TileDescription


  • public interface TileDescription
    Provides information on tile view description.
    Since:
    6.1.0
    • Method Detail

      • getPattern

        String getPattern()
        Defines the tile text.
      • getLineNumber

        int getLineNumber()
        Defines the number of lines (between 3 and 6).
      • isWrapLines

        boolean isWrapLines()
        If "Yes", each row is displayed entirely (with line wrap) up to the defined limit of the number of lines. The excess is then truncated. If "No", each line is truncated.