@FunctionalInterface public interface HasDynamicTitle extends Serializable
NOTE: It is not legal for a class to both implement HasDynamicTitle
and have a PageTitle
annotation.
Modifier and Type | Method and Description |
---|---|
String |
getPageTitle()
Gets the title of this navigation target.
|
String getPageTitle()
Copyright © 2021. All rights reserved.