-
- All Implemented Interfaces:
public final class PopUpParams
It'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 View
getParent()
final Integer
getPwWidth()
final Integer
getPwHeight()
final Boolean
getFocusable()
-
-
Method Detail
-
getPwWidth
final Integer getPwWidth()
-
getPwHeight
final Integer getPwHeight()
-
getFocusable
final Boolean getFocusable()
-
-
-
-