Uses of Class
org.bidib.wizard.mvc.pom.model.command.PomOperationCommand
Packages that use PomOperationCommand
Package
Description
-
Uses of PomOperationCommand in org.bidib.wizard.mvc.loco.model
Methods in org.bidib.wizard.mvc.loco.model that return types with arguments of type PomOperationCommandModifier and TypeMethodDescriptionList<PomOperationCommand<? extends ProgCommandAwareBeanModel>> SpeedometerModel.getPomProgCommands()Method parameters in org.bidib.wizard.mvc.loco.model with type arguments of type PomOperationCommandModifier and TypeMethodDescriptionvoidSpeedometerModel.setPomProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> pomProgCommands) -
Uses of PomOperationCommand in org.bidib.wizard.mvc.loco.model.command
Subclasses of PomOperationCommand in org.bidib.wizard.mvc.loco.model.commandMethod parameters in org.bidib.wizard.mvc.loco.model.command with type arguments of type PomOperationCommandModifier and TypeMethodDescriptionvoidPomRequestProcessor.submitProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> pomProgCommands, io.reactivex.rxjava3.core.SingleObserver<String> finishAction) -
Uses of PomOperationCommand in org.bidib.wizard.mvc.pom.model
Methods in org.bidib.wizard.mvc.pom.model that return PomOperationCommandModifier and TypeMethodDescriptionPomOperationCommand<? extends ProgCommandAwareBeanModel> ProgCommandAwareBeanModel.getExecutingProgCommand()Methods in org.bidib.wizard.mvc.pom.model that return types with arguments of type PomOperationCommandModifier and TypeMethodDescriptionList<PomOperationCommand<? extends ProgCommandAwareBeanModel>> ProgCommandAwareBeanModel.getExecutedProgCommands()List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> ProgCommandAwareBeanModel.getProgCommands()Methods in org.bidib.wizard.mvc.pom.model with parameters of type PomOperationCommandModifier and TypeMethodDescriptionvoidProgCommandAwareBeanModel.setExecutingProgCommand(PomOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand) Method parameters in org.bidib.wizard.mvc.pom.model with type arguments of type PomOperationCommandModifier and TypeMethodDescriptionvoidProgCommandAwareBeanModel.setExecutedProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands) voidProgCommandAwareBeanModel.setProgCommands(List<PomOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands) -
Uses of PomOperationCommand in org.bidib.wizard.mvc.pom.model.command
Subclasses of PomOperationCommand in org.bidib.wizard.mvc.pom.model.commandModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.bidib.wizard.mvc.pom.model.command that return types with arguments of type PomOperationCommandModifier and TypeMethodDescriptionPomOperationIfElseCommand.getProgCommandsFailure()PomOperationIfElseCommand.getProgCommandsSuccess()Methods in org.bidib.wizard.mvc.pom.model.command with parameters of type PomOperationCommandModifier and TypeMethodDescriptionvoidPomOperationIfElseCommand.addProgCommandSuccess(PomOperationCommand<M> progCommandSuccess) Method parameters in org.bidib.wizard.mvc.pom.model.command with type arguments of type PomOperationCommandModifier and TypeMethodDescriptionvoidPomOperationIfElseCommand.setProgCommandsFailure(List<PomOperationCommand<M>> progCommandsFailure) voidPomOperationIfElseCommand.setProgCommandsSuccess(List<PomOperationCommand<M>> progCommandsSuccess)