Uses of Class
org.uberfire.ext.editor.commons.client.menu.MenuItems
-
Packages that use MenuItems Package Description org.uberfire.ext.editor.commons.client org.uberfire.ext.editor.commons.client.menu -
-
Uses of MenuItems in org.uberfire.ext.editor.commons.client
Fields in org.uberfire.ext.editor.commons.client with type parameters of type MenuItems Modifier and Type Field Description protected Set<MenuItems>BaseEditor. menuItemsMethods in org.uberfire.ext.editor.commons.client with parameters of type MenuItems Modifier and Type Method Description voidBaseEditor. disableMenuItem(MenuItems menuItem)voidBaseEditor. enableMenuItem(MenuItems menuItem)protected voidBaseEditor. init(org.uberfire.backend.vfs.ObservablePath path, org.uberfire.mvp.PlaceRequest place, org.uberfire.client.workbench.type.ClientResourceType type, boolean addFileChangeListeners, boolean displayShowMoreVersions, MenuItems... menuItems)protected voidBaseEditor. init(org.uberfire.backend.vfs.ObservablePath path, org.uberfire.mvp.PlaceRequest place, org.uberfire.client.workbench.type.ClientResourceType type, MenuItems... menuItems)Method parameters in org.uberfire.ext.editor.commons.client with type arguments of type MenuItems Modifier and Type Method Description protected voidBaseEditor. init(org.uberfire.backend.vfs.ObservablePath path, org.uberfire.mvp.PlaceRequest place, org.uberfire.client.workbench.type.ClientResourceType type, boolean addFileChangeListeners, boolean displayShowMoreVersions, Collection<MenuItems> menuItems) -
Uses of MenuItems in org.uberfire.ext.editor.commons.client.menu
Methods in org.uberfire.ext.editor.commons.client.menu that return MenuItems Modifier and Type Method Description static MenuItemsMenuItems. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuItems[]MenuItems. values()Returns an array containing the constants of this enum type, in the order they are declared.
-