Uses of Class
com.logicaldoc.gui.common.client.beans.GUIMenu
Packages that use GUIMenu
Package
Description
GWT services implementations.
-
Uses of GUIMenu in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIMenuMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUIMenuModifier and TypeMethodDescriptionvoid
GUIUser.setCustomActions
(GUIMenu[] customActions) void
GUIUser.updateCustomAction
(GUIMenu action) -
Uses of GUIMenu in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIMenuModifier and TypeMethodDescriptionRetrieves the specified menuGUIMenu[]
Retrieves the accessible menus children of a given parentSaves a menuMethods in com.logicaldoc.gui.common.client.services with parameters of type GUIMenuModifier 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) Method parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUIMenu -
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.security
Methods in com.logicaldoc.gui.frontend.client.security with parameters of type GUIMenuConstructors in com.logicaldoc.gui.frontend.client.security with parameters of type GUIMenu -
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.settings.gui
Methods in com.logicaldoc.gui.frontend.client.settings.gui with parameters of type GUIMenuConstructors in com.logicaldoc.gui.frontend.client.settings.gui with parameters of type GUIMenu -
Uses of GUIMenu in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIMenuMethods in com.logicaldoc.web.service with parameters of type GUIMenu