-
- 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()-
-
Method Detail
-
getPwWidth
final Integer getPwWidth()
-
getPwHeight
final Integer getPwHeight()
-
getFocusable
final Boolean getFocusable()
-
-
-
-