Kie Workbench - Common - UI 6.2.0.Final

org.kie.workbench.common.widgets.client.menu
Interface FileMenuBuilder

All Known Implementing Classes:
FileMenuBuilderImpl

public interface FileMenuBuilder


Method Summary
 FileMenuBuilder addCommand(String caption, org.uberfire.mvp.Command command)
           
 FileMenuBuilder addCopy(org.uberfire.mvp.Command command)
           
 FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path)
           
 FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path, org.uberfire.ext.editor.commons.client.validation.Validator validator)
           
 FileMenuBuilder addDelete(org.uberfire.mvp.Command command)
           
 FileMenuBuilder addDelete(org.uberfire.backend.vfs.Path path)
           
 FileMenuBuilder addNewTopLevelMenu(org.uberfire.workbench.model.menu.MenuItem menu)
           
 FileMenuBuilder addRename(org.uberfire.mvp.Command command)
           
 FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path)
           
 FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path, org.uberfire.ext.editor.commons.client.validation.Validator validator)
           
 FileMenuBuilder addRestoreVersion(org.uberfire.backend.vfs.Path path)
           
 FileMenuBuilder addSave(org.uberfire.mvp.Command command)
           
 FileMenuBuilder addSave(org.uberfire.workbench.model.menu.MenuItem menuItem)
           
 FileMenuBuilder addValidate(org.uberfire.mvp.Command command)
           
 org.uberfire.workbench.model.menu.Menus build()
           
 

Method Detail

addSave

FileMenuBuilder addSave(org.uberfire.workbench.model.menu.MenuItem menuItem)

addSave

FileMenuBuilder addSave(org.uberfire.mvp.Command command)

addNewTopLevelMenu

FileMenuBuilder addNewTopLevelMenu(org.uberfire.workbench.model.menu.MenuItem menu)

addDelete

FileMenuBuilder addDelete(org.uberfire.mvp.Command command)

addDelete

FileMenuBuilder addDelete(org.uberfire.backend.vfs.Path path)

addRename

FileMenuBuilder addRename(org.uberfire.mvp.Command command)

addRename

FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path)

addRename

FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path,
                          org.uberfire.ext.editor.commons.client.validation.Validator validator)

addCopy

FileMenuBuilder addCopy(org.uberfire.mvp.Command command)

addCopy

FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path)

addCopy

FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path,
                        org.uberfire.ext.editor.commons.client.validation.Validator validator)

addValidate

FileMenuBuilder addValidate(org.uberfire.mvp.Command command)

addRestoreVersion

FileMenuBuilder addRestoreVersion(org.uberfire.backend.vfs.Path path)

addCommand

FileMenuBuilder addCommand(String caption,
                           org.uberfire.mvp.Command command)

build

org.uberfire.workbench.model.menu.Menus build()

Kie Workbench - Common - UI 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.