Modifier and Type | Interface and Description |
---|---|
static class |
ApplicationPlugin.IconType
The contextual icon type.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A description for the application, or
null . |
Image<?> |
getIcon(ApplicationPlugin.IconType type)
Returns the icon representing the application.
|
String |
getLabel()
The label to be displayed at the application icon.
|
String |
getUrl()
Returns the URL to be opened when starting the application on the webstart page.
|
boolean |
isEnabled()
Returns whether or not the application should be enabled in the current context.
|
boolean |
isVisible()
Returns whether or not the application should be visible in the current context.
|
@NotNull Image<?> getIcon(@NotNull ApplicationPlugin.IconType type)
type
- The type of requested icon.@NotNull String getLabel()
@Nullable String getDescription()
null
.@NotNull String getUrl()
boolean isVisible()
true
if the application should be visible, false
otherwise.boolean isEnabled()
true
if the application should be enabled, false
otherwise.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210