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 Details

    • UserPanelsPresenter

      public UserPanelsPresenter()
  • Method Details

    • setRoleService

      @Autowired public void setRoleService(RoleService roleService)
    • setFormService

      @Autowired public void setFormService(FormService formService)
    • setConfigService

      @Autowired public void setConfigService(ConfigService configService)
    • setPanelService

      @Autowired public void setPanelService(PanelService panelService)
    • setFormFactory

      @Autowired public void setFormFactory(FormFactory formFactory)
    • setView

      @Autowired public void setView(UserPanelsView view)
    • getView

      public UserPanelsView getView()
      Specified by:
      getView in interface Presenter<UserPanelsView>
    • unbind

      public void unbind()
    • onTabClose

      public void onTabClose(TabSheet tabsheet, Component tabContent)
      Specified by:
      onTabClose in interface TabSheet.CloseHandler