Package it.tidalwave.role.ui
Interface LocalizedDisplayable
- All Superinterfaces:
Displayable
- All Known Subinterfaces:
MutableLocalizedDisplayable
A specialized
Displayable
which can manage names in multiple Locale
s.- Author:
- Fabrizio Giudici
- Status: stable API
- Stereotype:
- Role
-
Field Summary
Fields 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 inMap
where they are indexed byLocale
.Returns the supportedLocale
s.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 inMap
where they are indexed byLocale
.- Returns:
- the display names
-
getLocales
Returns the supportedLocale
s.- Returns:
- the available
Locale
s
-