public static final class CustomPopupWindow.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
CustomPopupWindow.Builder |
animationStyle(int animationStyle) |
CustomPopupWindow.Builder |
backgroundDrawable(android.graphics.drawable.Drawable backgroundDrawable) |
CustomPopupWindow |
build() |
CustomPopupWindow.Builder |
contentView(android.view.View contentView) |
CustomPopupWindow.Builder |
customListener(CustomPopupWindow.CustomPopupWindowListener listener) |
CustomPopupWindow.Builder |
isFocus(boolean isFocus) |
CustomPopupWindow.Builder |
isOutsideTouch(boolean isOutsideTouch) |
CustomPopupWindow.Builder |
isWrap(boolean isWrap) |
CustomPopupWindow.Builder |
parentView(android.view.View parentView) |
public CustomPopupWindow.Builder contentView(android.view.View contentView)
public CustomPopupWindow.Builder parentView(android.view.View parentView)
public CustomPopupWindow.Builder isWrap(boolean isWrap)
public CustomPopupWindow.Builder customListener(CustomPopupWindow.CustomPopupWindowListener listener)
public CustomPopupWindow.Builder isOutsideTouch(boolean isOutsideTouch)
public CustomPopupWindow.Builder isFocus(boolean isFocus)
public CustomPopupWindow.Builder backgroundDrawable(android.graphics.drawable.Drawable backgroundDrawable)
public CustomPopupWindow.Builder animationStyle(int animationStyle)
public CustomPopupWindow build()