public class DefaultPredictionPopupWindow<T extends PredictionHolder> extends BasePredictionPopupWindow
| Constructor and Description |
|---|
DefaultPredictionPopupWindow(android.content.Context context) |
DefaultPredictionPopupWindow(android.content.Context context,
BasePredictionAdapter<?> adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyPredictions(java.util.List<Prediction> predictions) |
BasePredictionAdapter |
getAdapter() |
android.widget.FrameLayout |
getEmptyContainer() |
RecyclerView |
getRecycler() |
void |
setAdapter(BasePredictionAdapter adapter) |
void |
setOnPredictionClickListener(OnPredictionClickListener listener) |
getContextdismiss, getAnimationStyle, getBackground, getContentView, getElevation, getEnterTransition, getExitTransition, getHeight, getInputMethodMode, getMaxAvailableHeight, getMaxAvailableHeight, getMaxAvailableHeight, getOverlapAnchor, getSoftInputMode, getWidth, getWindowLayoutType, isAboveAnchor, isAttachedInDecor, isClippingEnabled, isFocusable, isOutsideTouchable, isShowing, isSplitTouchEnabled, isTouchable, setAnimationStyle, setAttachedInDecor, setBackgroundDrawable, setClippingEnabled, setContentView, setElevation, setEnterTransition, setExitTransition, setFocusable, setHeight, setIgnoreCheekPress, setInputMethodMode, setOnDismissListener, setOutsideTouchable, setOverlapAnchor, setSoftInputMode, setSplitTouchEnabled, setTouchable, setTouchInterceptor, setWidth, setWindowLayoutMode, setWindowLayoutType, showAsDropDown, showAsDropDown, showAsDropDown, showAtLocation, update, update, update, update, update, updatepublic DefaultPredictionPopupWindow(android.content.Context context)
public DefaultPredictionPopupWindow(android.content.Context context,
BasePredictionAdapter<?> adapter)
public void applyPredictions(java.util.List<Prediction> predictions)
public void setOnPredictionClickListener(OnPredictionClickListener listener)
public RecyclerView getRecycler()
public BasePredictionAdapter getAdapter()
public void setAdapter(BasePredictionAdapter adapter)
public android.widget.FrameLayout getEmptyContainer()