Interface Popup.Builder<B extends Builder<B>>

All Superinterfaces:
BuilderInterface
Enclosing interface:
Popup

public static interface Popup.Builder<B extends Builder<B>> extends BuilderInterface
  • Method Details

    • setAutohide

      default B setAutohide(boolean autohide)
      Whether to hide on outside clicks.
      Parameters:
      autohide - the value for the autohide property
      Returns:
      the Builder instance is returned, to allow method chaining
    • setParent

      default B setParent(Surface parent)
      The parent surface.
      Parameters:
      parent - the value for the parent property
      Returns:
      the Builder instance is returned, to allow method chaining