public interface WelcomeStep
Modifier and Type | Method and Description |
---|---|
String[] |
getActions()
Gets the JS actions to execute when clicking on '<a>' elements of description.
|
I18nizableText |
getDescription()
Gets the text describing how to perform the step.
|
String[] |
getImages()
Gets the paths of the images to insert in the '<img/>' elements of description.
|
Map<String,Set<String>> |
getListenedTargetIds()
Gets the JS target ids (as regular expressions) to listen for each message type for potential changes in the steps and thus refresh the admin welcome tool.
|
int |
getOrder()
Gets the order of the step.
|
I18nizableText |
getTitle()
Gets the title of the step.
|
boolean |
isPerformed()
Checks if the step is performed.
|
default Map<String,Object> |
toMap()
Gets the representation of the step as a map.
|
boolean isPerformed()
I18nizableText getTitle()
I18nizableText getDescription()
String[] getActions()
String[] getImages()
Map<String,Set<String>> getListenedTargetIds()
int getOrder()