Interface TitleFormatter


public interface TitleFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    formatTitle(StatefulCanvas component, String title)
    Formatter method to dynamically modify the title displayed by this component.
  • Method Details

    • formatTitle

      String formatTitle(StatefulCanvas component, String title)
      Formatter method to dynamically modify the title displayed by this component.
      Parameters:
      component - the StatefulCanvas for which the title will be displayed
      title - title returned by getTitle()
      Returns:
      formatted title to display