Package it.tidalwave.role.ui
Interface LocalizedDisplayable
- All Superinterfaces:
Displayable
- All Known Subinterfaces:
MutableLocalizedDisplayable
A specialized
Displayable which can manage names in multiple Locales.- Author:
- Fabrizio Giudici
- Status: stable API
- Stereotype:
- Role
-
Field Summary
FieldsFields inherited from interface it.tidalwave.role.ui.Displayable
_Displayable_, DEFAULT -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayName(Locale locale) Returns the display name in the givenLocale.Returns all the display names inMapwhere they are indexed byLocale.Returns the supportedLocales.Methods inherited from interface it.tidalwave.role.ui.Displayable
display, getDisplayName
-
Field Details
-
_LocalizedDisplayable_
-
-
Method Details
-
getDisplayName
Returns the display name in the givenLocale.- Parameters:
locale- theLocale- Returns:
- the display name
-
getDisplayNames
Returns all the display names inMapwhere they are indexed byLocale.- Returns:
- the display names
-
getLocales
Returns the supportedLocales.- Returns:
- the available
Locales
-