Interface Popper

All Known Implementing Classes:
PopperError, PopperImpl

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • 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.
     
  • Field Details

    • UNDEFINED

      static final int UNDEFINED
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • POPPER_CREATE

      static final String POPPER_CREATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • update

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

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

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

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