-
- All Implemented Interfaces:
public final class PopUpParamsIt's a data class that holds the parameters for a PopUpWindow.
-
-
Constructor Summary
Constructors Constructor Description PopUpParams(View parent, Integer pwWidth, Integer pwHeight, Boolean focusable)
-
Method Summary
Modifier and Type Method Description final ViewgetParent()final IntegergetPwWidth()final IntegergetPwHeight()final BooleangetFocusable()-
-
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
-
-
Method Detail
-
getParent
final View getParent()
-
getPwWidth
final Integer getPwWidth()
-
getPwHeight
final Integer getPwHeight()
-
getFocusable
final Boolean getFocusable()
-
-
-
-