public interface ActionDefinition extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the node.
|
String |
getDescriptionLocKey()
Returns the localization key for the description of the node.
|
default String |
getGroup()
Returns a group name for a node.
|
String |
getIconUri()
Returns the icon URI of the node.
|
String |
getIconUriLocKey()
Returns the localization key for the icon URI of the node.
|
String |
getId()
Returns the ID of the node.
|
String |
getName()
Returns the name of the node.
|
String |
getNameLocKey()
Returns the localization key for the name of the node.
|
String getId()
String getNameLocKey()
null then getName() is used as the node name.String getName()
getNameLocKey()).getNameLocKey()String getDescriptionLocKey()
null then getDescription() is used as the node description.null if getDescription() is
should be used as
the node descriptiongetDescription()String getDescription()
getDescriptionLocKey()).getDescriptionLocKey()String getIconUriLocKey()
null then getIconUri() is used as the node description.null if getIconUri() is
should be used as
the node icon URIgetIconUri()String getIconUri()
getIconUriLocKey()).getIconUriLocKey()default String getGroup()
Interpretation of group depends totally on toolbar's implementation.
null if not applicableCopyright © 2018. All rights reserved.