Uses of Interface
com.vaadin.signals.impl.CommandsAndHandlers.CommandResultHandler
Packages that use CommandsAndHandlers.CommandResultHandler
-
Uses of CommandsAndHandlers.CommandResultHandler in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return types with arguments of type CommandsAndHandlers.CommandResultHandlerModifier and TypeMethodDescriptionCommandsAndHandlers.getResultHandlers()Gets an unmodifiable map of the result handlers.Methods in com.vaadin.signals.impl with parameters of type CommandsAndHandlers.CommandResultHandlerModifier and TypeMethodDescriptionvoidSignalTree.commitSingleCommand(SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler) Applies a single command to this tree.voidStagedTransaction.include(SignalTree tree, SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler, boolean applyToTree) voidTransaction.include(SignalTree tree, SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler) Includes the given command to the given tree in the context of this transaction and sets the command to be applied to the underlying signal tree.protected abstract voidTransaction.include(SignalTree tree, SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler, boolean applyToTree) Includes the given command to the given tree in the context of this transaction and optionally also sets the command to be applied to the underlying signal tree.Constructors in com.vaadin.signals.impl with parameters of type CommandsAndHandlers.CommandResultHandlerModifierConstructorDescriptionCommandsAndHandlers(SignalCommand command, CommandsAndHandlers.CommandResultHandler resultHandler) Creates a new command list with a single command and optional result handler.Constructor parameters in com.vaadin.signals.impl with type arguments of type CommandsAndHandlers.CommandResultHandlerModifierConstructorDescriptionCommandsAndHandlers(List<SignalCommand> commands, Map<Id, CommandsAndHandlers.CommandResultHandler> resultHandlers) Creates a new command list with the given commands and result handlers.