Class CommandBuilder


  • public class CommandBuilder
    extends Object
    Utility class to build the Commands for CommandDrivenErrorCallback.
    • Constructor Detail

      • CommandBuilder

        public CommandBuilder()
    • Method Detail

      • addNoSuchFileException

        public CommandBuilder addNoSuchFileException​(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
                                                     org.uberfire.client.callbacks.Callback<com.google.gwt.user.client.ui.IsWidget> callback)
      • addNoSuchFileException

        public CommandBuilder addNoSuchFileException​(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
                                                     org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor)
      • addNoSuchFileException

        public CommandBuilder addNoSuchFileException​(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
                                                     org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor,
                                                     org.uberfire.workbench.model.menu.Menus menus)
      • addNoSuchFileException

        public CommandBuilder addNoSuchFileException​(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
                                                     org.uberfire.workbench.model.menu.Menus menus)
      • addFileSystemNotFoundException

        public CommandBuilder addFileSystemNotFoundException​(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
                                                             org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor,
                                                             org.uberfire.workbench.model.menu.Menus menus)
      • addFileSystemNotFoundException

        public CommandBuilder addFileSystemNotFoundException​(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
                                                             org.uberfire.workbench.model.menu.Menus menus)
      • addSourceCodeGenerationFailedException

        public CommandBuilder addSourceCodeGenerationFailedException​(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
                                                                     ViewDRLSourceWidget sourceWidget)