public class AdminWelcomeClientSideElement extends StaticClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
Modifier and Type | Field and Description |
---|---|
protected WelcomeStepExtensionPoint |
_welcomeStepEP
The WelcomeStep Extension Point
|
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script
Constructor and Description |
---|
AdminWelcomeClientSideElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
canOpenTool()
Returns true if the tool can be opened.
|
int |
getCurrentStep()
Gets the index of the current step, i.e.
|
List<Map<String,Object>> |
getSteps()
Gets all the steps of the welcome tool, in the right order.
|
void |
service(ServiceManager smanager) |
_configureClass, _configureParameters, _configureScript, configureInitialParameters
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, configure, getDependencies, getId, getPluginName, getRights, getScripts, getScripts, hasRight, setPluginInfo, toString
getLogger, setLogger
protected WelcomeStepExtensionPoint _welcomeStepEP
public AdminWelcomeClientSideElement()
public void service(ServiceManager smanager) throws ServiceException
service
in interface Serviceable
service
in class StaticFileImportsClientSideElement
ServiceException
public List<Map<String,Object>> getSteps()
public int getCurrentStep()
public boolean canOpenTool()