|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UIAgent
Agent providing UI related functionality.
Field Summary | |
---|---|
static SpecialistType<UIAgent> |
TYPE
The specialist's technical type to be used for requesting the agent from a SpecialistsBroker . |
Method Summary | |
---|---|
String |
getDisplayName(IDProvider element)
Determines the display name for the given id providing store element according to the currently set UI language and display mode. |
String |
getDisplayName(Language language)
Determines the display name for the given language according to the currently set UI language and display mode. |
String |
getDisplayName(Resolution resolution)
Determines the display name for the given resolution according to the currently set UI language and display mode. |
Field Detail |
---|
static final SpecialistType<UIAgent> TYPE
SpecialistsBroker
.
Method Detail |
---|
@Nullable String getDisplayName(@NotNull IDProvider element)
null
will be returned.
Note: If the requestor has no "can see rights", a respective note is returned as name.
element
- The id providing store element.
@NotNull String getDisplayName(@NotNull Language language)
language
- The language.
@NotNull String getDisplayName(@NotNull Resolution resolution)
resolution
- The resolution.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |