Package br.com.davinti.vitruvio.ui.root
Class SystemMenuManagerImpl
Object
SystemMenuManagerImpl
- All Implemented Interfaces:
SystemMenuManager,Serializable
@Component
@Scope("prototype")
public class SystemMenuManagerImpl
extends Object
implements SystemMenuManager, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEntrygetSupportedEntrys(String[] targets, MenuContext menuInfo) booleanisUserAllowedToUse(Class<? extends Presenter<?>> presenterType) voidopenPresenter(Class<? extends Presenter<?>> type, Entry entry) voidopenPresenterInMainArea(Class<? extends Presenter<?>> type, Entry entry) voidopenPresenterInMainArea(Class<? extends Presenter<?>> presenterType, String description, boolean a, boolean b) voidopenPresenterInNewWindow(Class<? extends Presenter<?>> type, Entry entry) voidopenPresenterInPopupView(PopupButton source, Class<? extends Presenter<?>> type, Entry entry) voidsetEmpresaConfigService(EmpresaConfigService empresaConfigService) voidsetRoleService(RoleService roleService)
-
Constructor Details
-
SystemMenuManagerImpl
public SystemMenuManagerImpl()
-
-
Method Details
-
setRoleService
-
setEmpresaConfigService
-
getPresentersOnMenu
- Specified by:
getPresentersOnMenuin interfaceSystemMenuManager
-
isUserAllowedToUse
- Specified by:
isUserAllowedToUsein interfaceSystemMenuManager
-
openPresenterInMainArea
public void openPresenterInMainArea(Class<? extends Presenter<?>> presenterType, String description, boolean a, boolean b) - Specified by:
openPresenterInMainAreain interfaceSystemMenuManager
-