Interface UITileView

All Superinterfaces:
UIView

public interface UITileView extends UIView
Provides information on tile view.
Since:
6.1.0
  • Method Details

    • getTitlePattern

      String getTitlePattern(Locale aLocale)
      Returns the pattern of the title of tiles.
    • getSubtitlePattern

      String getSubtitlePattern(Locale aLocale)
      Returns the pattern of the subtitle of tiles.
    • getImage

      TileImage getImage()
      Returns the definition of the image of tiles.
    • getDescription

      TileDescription getDescription(Locale aLocale)
      Returns the pattern of the description of tiles.
    • getToolbarTileRow

      String getToolbarTileRow()
      Returns the toolbar of the tile view row.
    • getToolbarTableTop

      String getToolbarTableTop()
      Returns the toolbar to use on top of the table view
    • hasPredicateDefined

      boolean hasPredicateDefined()
      Returns true if the view has a predicate.