public interface MenuEntry
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getLabel() |
String |
getLocalizedLabel(Locale locale,
Object... arguments)
Return the localized label of the menu item.
|
String getId()
String getLabel()
String getLocalizedLabel(Locale locale, Object... arguments)
getLabel()
if localization is not supported.locale
- the locale to usearguments
- any arguments to pass to the i18n functionCopyright © 2019 Communote team. All rights reserved.