public class BasicFileMenuBuilderImpl extends Object implements BasicFileMenuBuilder
| Constructor and Description |
|---|
BasicFileMenuBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
BasicFileMenuBuilder |
addCommand(String caption,
org.uberfire.mvp.Command command) |
BasicFileMenuBuilder |
addCopy(org.uberfire.mvp.Command command) |
BasicFileMenuBuilder |
addCopy(org.uberfire.backend.vfs.Path path,
org.jboss.errai.common.client.api.Caller<? extends SupportsCopy> copyCaller) |
BasicFileMenuBuilder |
addCopy(org.uberfire.backend.vfs.Path path,
Validator validator,
org.jboss.errai.common.client.api.Caller<? extends SupportsCopy> copyCaller) |
BasicFileMenuBuilder |
addDelete(org.uberfire.mvp.Command command) |
BasicFileMenuBuilder |
addDelete(org.uberfire.backend.vfs.Path path,
org.jboss.errai.common.client.api.Caller<? extends SupportsDelete> deleteCaller) |
BasicFileMenuBuilder |
addNewTopLevelMenu(org.uberfire.workbench.model.menu.MenuItem menu) |
BasicFileMenuBuilder |
addRename(org.uberfire.mvp.Command command) |
BasicFileMenuBuilder |
addRename(org.uberfire.backend.vfs.Path path,
org.jboss.errai.common.client.api.Caller<? extends SupportsRename> renameCaller) |
BasicFileMenuBuilder |
addRename(org.uberfire.backend.vfs.Path path,
Validator validator,
org.jboss.errai.common.client.api.Caller<? extends SupportsRename> renameCaller) |
BasicFileMenuBuilder |
addRestoreVersion(org.uberfire.backend.vfs.Path path) |
BasicFileMenuBuilder |
addSave(org.uberfire.mvp.Command command) |
BasicFileMenuBuilder |
addSave(org.uberfire.workbench.model.menu.MenuItem menuItem) |
BasicFileMenuBuilder |
addValidate(org.uberfire.mvp.Command validateCommand) |
org.uberfire.workbench.model.menu.Menus |
build() |
HasBusyIndicatorDefaultErrorCallback |
getCopyErrorCallback(CopyPopupView copyPopupView,
BusyIndicatorView busyIndicatorView) |
public BasicFileMenuBuilder addSave(org.uberfire.workbench.model.menu.MenuItem menuItem)
addSave in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addSave(org.uberfire.mvp.Command command)
addSave in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addDelete(org.uberfire.backend.vfs.Path path, org.jboss.errai.common.client.api.Caller<? extends SupportsDelete> deleteCaller)
addDelete in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addDelete(org.uberfire.mvp.Command command)
addDelete in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addRename(org.uberfire.mvp.Command command)
addRename in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addRename(org.uberfire.backend.vfs.Path path, org.jboss.errai.common.client.api.Caller<? extends SupportsRename> renameCaller)
addRename in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addRename(org.uberfire.backend.vfs.Path path, Validator validator, org.jboss.errai.common.client.api.Caller<? extends SupportsRename> renameCaller)
addRename in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addCopy(org.uberfire.mvp.Command command)
addCopy in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path, org.jboss.errai.common.client.api.Caller<? extends SupportsCopy> copyCaller)
addCopy in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path, Validator validator, org.jboss.errai.common.client.api.Caller<? extends SupportsCopy> copyCaller)
addCopy in interface BasicFileMenuBuilderpublic HasBusyIndicatorDefaultErrorCallback getCopyErrorCallback(CopyPopupView copyPopupView, BusyIndicatorView busyIndicatorView)
public BasicFileMenuBuilder addValidate(org.uberfire.mvp.Command validateCommand)
addValidate in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addRestoreVersion(org.uberfire.backend.vfs.Path path)
addRestoreVersion in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addCommand(String caption, org.uberfire.mvp.Command command)
addCommand in interface BasicFileMenuBuilderpublic org.uberfire.workbench.model.menu.Menus build()
build in interface BasicFileMenuBuilderpublic BasicFileMenuBuilder addNewTopLevelMenu(org.uberfire.workbench.model.menu.MenuItem menu)
addNewTopLevelMenu in interface BasicFileMenuBuilderCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.