public class FloatingActionMenu
extends android.widget.PopupWindow
| Constructor and Description |
|---|
FloatingActionMenu(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
void |
dismiss() |
void |
dismissImmediate() |
android.view.Menu |
getMenu() |
void |
setAnchor(android.view.View anchor) |
void |
setMenu(int resId) |
void |
setMenu(android.view.Menu menu) |
void |
setOnMenuItemClickListener(android.view.MenuItem.OnMenuItemClickListener listener) |
boolean |
show() |
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 void setAnchor(android.view.View anchor)
public void build()
public boolean show()
public void dismiss()
dismiss in class android.widget.PopupWindowpublic void dismissImmediate()
public void setMenu(int resId)
public void setMenu(android.view.Menu menu)
public android.view.Menu getMenu()
public void setOnMenuItemClickListener(android.view.MenuItem.OnMenuItemClickListener listener)