Package 

Class PopUpParams

  • All Implemented Interfaces:

    
    public final class PopUpParams
    
                        

    It's a data class that holds the parameters for a PopUpWindow.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final View parent
      private final Integer pwWidth
      private final Integer pwHeight
      private final Boolean focusable
    • Constructor Summary

      Constructors 
      Constructor Description
      PopUpParams(View parent, Integer pwWidth, Integer pwHeight, Boolean focusable)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final View getParent()
      final Integer getPwWidth()
      final Integer getPwHeight()
      final Boolean getFocusable()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PopUpParams

        PopUpParams(View parent, Integer pwWidth, Integer pwHeight, Boolean focusable)
        Parameters:
        parent -
        • a parent view to get the View.getWindowToken() token from

        pwWidth -
        • the popup's width

        pwHeight -
        • the popup's height

        focusable -
        • true if the popup can be focused, false otherwise