Class DadosClienteConfigPresenter

Object
AbstractPresenter<View>
DadosClienteConfigPresenter
All Implemented Interfaces:
Presenter<View>, PresenterLifeCicleAware<View>, View, ConfigPresenter<View>, Serializable

@Component @Scope("prototype") @MenuContext(@Entry(displayName="Dados do Cliente",menu="CENTRAL_CONFIG_MENU",path="Cadastro",target="main-area")) @ConfigInfo(type=SYSTEM) @Role(ADMIN) public class DadosClienteConfigPresenter extends AbstractPresenter<View> implements View, ConfigPresenter<View>
See Also:
  • Constructor Details

    • DadosClienteConfigPresenter

      public DadosClienteConfigPresenter()
  • Method Details

    • getView

      public View getView()
      Specified by:
      getView in interface Presenter<View>
    • getViewComponent

      public Component getViewComponent()
      Specified by:
      getViewComponent in interface View
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface View