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 theexecuteCommandrecord 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 theundoCommandrecord component.Constructors in com.vaadin.base.devserver.themeeditor.utils with parameters of type MessageHandlerCommandModifierConstructorDescriptionExecuteAndUndo(MessageHandlerCommand executeCommand, Optional<MessageHandlerCommand> undoCommand) Creates an instance of aExecuteAndUndorecord 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 aExecuteAndUndorecord class.