Package | Description |
---|---|
org.uberfire.ext.editor.commons.client | |
org.uberfire.ext.editor.commons.client.menu |
Modifier and Type | Field and Description |
---|---|
protected Set<MenuItems> |
BaseEditor.menuItems |
Modifier and Type | Method and Description |
---|---|
void |
BaseEditor.disableMenuItem(MenuItems menuItem) |
void |
BaseEditor.enableMenuItem(MenuItems menuItem) |
protected void |
BaseEditor.init(ObservablePath path,
PlaceRequest place,
ClientResourceType type,
boolean addFileChangeListeners,
boolean displayShowMoreVersions,
MenuItems... menuItems) |
protected void |
BaseEditor.init(ObservablePath path,
PlaceRequest place,
ClientResourceType type,
MenuItems... menuItems) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseEditor.init(ObservablePath path,
PlaceRequest place,
ClientResourceType type,
boolean addFileChangeListeners,
boolean displayShowMoreVersions,
Collection<MenuItems> menuItems) |
Modifier and Type | Method and Description |
---|---|
static MenuItems |
MenuItems.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.
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.