public interface PrerequisiteCommandsProvider
UIContext
.Modifier and Type | Method and Description |
---|---|
NavigationResult |
getPrerequisiteCommands(UIContext context)
Implementations should return the steps required to run before this command
|
NavigationResult getPrerequisiteCommands(UIContext context)
context
- the current UIContext
NavigationResult
to be displayed. The command that originated it will be automatically
appended to the end of the NavigationResult
returnedCopyright © 2015 JBoss by Red Hat. All rights reserved.