Class PopperError

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

@Deprecated(since="0.7.0", forRemoval=true) public class PopperError extends Object implements Popper
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields inherited from interface Popper

    POPPER_CREATE, UNDEFINED
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    hide(Callback hidden)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    show(Callback visible)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • update

      public Promise<State> update()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      update in interface Popper
    • show

      public void show(Callback visible)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      show in interface Popper
    • hide

      public void hide(Callback hidden)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      hide in interface Popper
    • cleanup

      public void cleanup()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      cleanup in interface Popper