Package br.com.davinti.vitruvio.ui.panel
Class HistoricPanelPresenter
- All Implemented Interfaces:
Presenter<HistoricPanelView>,PresenterLifeCicleAware<HistoricPanelView>,Serializable
@Component
@Scope("prototype")
public class HistoricPanelPresenter
extends AbstractPresenter<HistoricPanelView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()booleanvoidsetAllowActions(boolean allowActions) voidsetAllowRestoreMobileForm(boolean allowRestoreMobileForm) voidsetPainel(Painel painel) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
HistoricPanelPresenter
public HistoricPanelPresenter()
-
-
Method Details
-
setPainel
public void setPainel(Painel painel) -
setAllowActions
public void setAllowActions(boolean allowActions) -
isAllowRestoreMobileForm
public boolean isAllowRestoreMobileForm() -
setAllowRestoreMobileForm
public void setAllowRestoreMobileForm(boolean allowRestoreMobileForm) -
getView
-