We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.base.devserver.themeeditor.utils.MessageHandlerCommand
Packages that use MessageHandlerCommand
-
Uses of MessageHandlerCommand in com.vaadin.base.devserver.themeeditor.utils
Methods in com.vaadin.base.devserver.themeeditor.utils that return MessageHandlerCommandModifier and TypeMethodDescriptionMessageHandler.ExecuteAndUndo.executeCommand()
Returns the value of the
executeCommand
record component.ThemeEditorHistory.getExecuteCommand
(String requestId) Methods in com.vaadin.base.devserver.themeeditor.utils that return types with arguments of type MessageHandlerCommandModifier and TypeMethodDescriptionThemeEditorHistory.getUndoCommand
(String requestId) MessageHandler.ExecuteAndUndo.undoCommand()
Returns the value of the
undoCommand
record component.Constructors in com.vaadin.base.devserver.themeeditor.utils with parameters of type MessageHandlerCommandModifierConstructorDescriptionExecuteAndUndo
(MessageHandlerCommand executeCommand, Optional<MessageHandlerCommand> undoCommand) Creates an instance of a
ExecuteAndUndo
record class.Constructor parameters in com.vaadin.base.devserver.themeeditor.utils with type arguments of type MessageHandlerCommandModifierConstructorDescriptionExecuteAndUndo
(MessageHandlerCommand executeCommand, Optional<MessageHandlerCommand> undoCommand) Creates an instance of a
ExecuteAndUndo
record class.