Package com.smartgwt.client.widgets
Interface TitleFormatter
public interface TitleFormatter
-
Method Summary
Modifier and TypeMethodDescriptionformatTitle
(StatefulCanvas component, String title) Formatter method to dynamically modify the title displayed by this component.
-
Method Details
-
formatTitle
Formatter method to dynamically modify the title displayed by this component.- Parameters:
component
- the StatefulCanvas for which the title will be displayedtitle
- title returned bygetTitle()
- Returns:
- formatted title to display
-