Package br.com.davinti.vitruvio.ui.panel
Class UserPanelsPresenter
- All Implemented Interfaces:
Presenter<UserPanelsView>,PresenterLifeCicleAware<UserPanelsView>,TabSheet.CloseHandler,Serializable
@Component
@Scope("prototype")
public class UserPanelsPresenter
extends AbstractPresenter<UserPanelsView>
implements TabSheet.CloseHandler
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidonTabClose(TabSheet tabsheet, Component tabContent) voidsetConfigService(ConfigService configService) voidsetFormFactory(FormFactory formFactory) voidsetFormService(FormService formService) voidsetPanelService(PanelService panelService) voidsetRoleService(RoleService roleService) voidsetView(UserPanelsView view) voidunbind()Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
UserPanelsPresenter
public UserPanelsPresenter()
-
-
Method Details
-
setRoleService
-
setFormService
-
setConfigService
-
setPanelService
-
setFormFactory
-
setView
-
getView
- Specified by:
getViewin interfacePresenter<UserPanelsView>
-
unbind
public void unbind() -
onTabClose
public void onTabClose(TabSheet tabsheet, Component tabContent) - Specified by:
onTabClosein interfaceTabSheet.CloseHandler
-