Class DeletePopUpPresenter


  • @ApplicationScoped
    public class DeletePopUpPresenter
    extends Object
    • Method Detail

      • show

        public void show​(org.uberfire.mvp.ParameterizedCommand<String> command)
      • show

        public void show​(Validator validator,
                         org.uberfire.mvp.ParameterizedCommand<String> command)
      • cancel

        public void cancel()
      • getCommand

        public org.uberfire.mvp.ParameterizedCommand<String> getCommand()
      • isOpened

        public boolean isOpened()
      • delete

        public void delete()
      • setPrompt

        public void setPrompt​(String prompt)
      • setCommentIsHidden

        public void setCommentIsHidden​(boolean hidden)