Uses of Class
com.logicaldoc.gui.common.client.beans.GUIMenu
Package
Description
GWT services implementations.
-
Uses of GUIMenu in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionvoid
GUIUser.setCustomActions
(GUIMenu[] customActions) void
GUIUser.updateCustomAction
(GUIMenu action) -
Uses of GUIMenu in com.logicaldoc.gui.common.client.services
Modifier and TypeMethodDescriptionRetrieves the specified menuGUIMenu[]
Retrieves the accessible menus children of a given parentSaves a menuModifier and TypeMethodDescriptionvoid
SecurityService.applyRights
(GUIMenu menu) Applies all security settings to menuvoid
SecurityServiceAsync.applyRights
(GUIMenu menu, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Saves a menuvoid
SecurityServiceAsync.saveMenu
(GUIMenu menu, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback) void
Saves a set of menusvoid
SecurityServiceAsync.saveMenus
(GUIMenu[] menus, String locale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.security
-
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.settings.gui
-
Uses of GUIMenu in com.logicaldoc.web.service