|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hdtourist.view.utils.ImagePopupMenu
public class ImagePopupMenu
The Class ImagePopupMenu.
Field Summary | |
---|---|
(package private) android.support.v7.widget.PopupMenu |
popup
The popup. |
Constructor Summary | |
---|---|
ImagePopupMenu(android.content.Context context,
android.view.View anchor)
Instantiates a new image popup menu. |
Method Summary | |
---|---|
void |
fijaImagenes()
Fija imagenes. |
android.view.MenuItem |
getMenuItem(int id)
Gets the menu item. |
void |
setOnMenuItemClickListener(android.support.v7.widget.PopupMenu.OnMenuItemClickListener listener)
Sets the on menu item click listener. |
void |
setSubMenu(int id)
Sets the sub menu. |
void |
show()
Show. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
android.support.v7.widget.PopupMenu popup
Constructor Detail |
---|
public ImagePopupMenu(android.content.Context context, android.view.View anchor)
context
- the contextanchor
- the anchorMethod Detail |
---|
public void fijaImagenes() throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException
java.lang.IllegalArgumentException
- the illegal argument exception
java.lang.IllegalAccessException
- the illegal access exception
java.lang.ClassNotFoundException
- the class not found exception
java.lang.NoSuchMethodException
- the no such method exception
java.lang.reflect.InvocationTargetException
- the invocation target exceptionpublic android.view.MenuItem getMenuItem(int id)
id
- the id
public void setOnMenuItemClickListener(android.support.v7.widget.PopupMenu.OnMenuItemClickListener listener)
listener
- the new on menu item click listenerpublic void setSubMenu(int id)
id
- the new sub menupublic void show()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |