Interface TileDescription


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

    Modifier and Type
    Method
    Description
    int
    Defines the number of lines (between 3 and 6).
    Defines the tile text.
    boolean
    If "Yes", each row is displayed entirely (with line wrap) up to the defined limit of the number of lines.
  • Method Details

    • 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.