Class PopperError

java.lang.Object
org.patternfly.popper.PopperError
All Implemented Interfaces:
Popper

public class PopperError extends Object implements Popper
  • Method Details

    • update

      public elemental2.promise.Promise<State> update()
      Specified by:
      update in interface Popper
    • show

      public void show(Callback visible)
      Specified by:
      show in interface Popper
    • hide

      public void hide(Callback hidden)
      Specified by:
      hide in interface Popper
    • cleanup

      public void cleanup()
      Specified by:
      cleanup in interface Popper