Class TextToClipboardPresenter

All Implemented Interfaces:
Presenter<TextToClipboardPresenter>, PresenterLifeCicleAware<TextToClipboardPresenter>, View, Serializable

@Component @Scope("prototype") public class TextToClipboardPresenter extends AbstractPresenter<TextToClipboardPresenter> implements View
See Also:
  • Constructor Details

    • TextToClipboardPresenter

      public TextToClipboardPresenter()
  • Method Details

    • setText

      public void setText(String texto)
    • setTitle

      public void setTitle(String titulo)
    • getView

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

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

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