|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.menu.event.MenuListenerAdapter
public class MenuListenerAdapter
| Constructor Summary | |
|---|---|
MenuListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
doBeforeHide(Menu menu)
Fires before this menu is hidden. |
void |
doBeforeShow(Menu menu)
Fires before this menu is displayed. |
void |
onClick(Menu menu,
java.lang.String menuItemId,
EventObject e)
Fires when this menu is clicked (or when the enter key is pressed while it is active). |
void |
onHide(Menu menu)
Fires after this menu is hidden. |
void |
onItemClick(BaseItem item,
EventObject e)
Fires when a menu item contained in this menu is clicked. |
void |
onMouseOut(Menu menu,
BaseItem menuItem,
EventObject e)
Fires when the mouse exits this menu. |
void |
onMouseOver(Menu menu,
BaseItem menuItem,
EventObject e)
Fires when the mouse is hovering over this menu. |
void |
onShow(Menu menu)
Fires after this menu is displayed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MenuListenerAdapter()
| Method Detail |
|---|
public void doBeforeHide(Menu menu)
MenuListener
doBeforeHide in interface MenuListenermenu - thispublic void doBeforeShow(Menu menu)
MenuListener
doBeforeShow in interface MenuListenermenu - this
public void onClick(Menu menu,
java.lang.String menuItemId,
EventObject e)
MenuListener
onClick in interface MenuListenermenu - thismenuItemId - the menu item IDe - the event objectpublic void onHide(Menu menu)
MenuListener
onHide in interface MenuListenermenu - this
public void onItemClick(BaseItem item,
EventObject e)
MenuListener
onItemClick in interface MenuListeneritem - the clicked iteme - the event object
public void onMouseOut(Menu menu,
BaseItem menuItem,
EventObject e)
MenuListener
onMouseOut in interface MenuListenermenu - thismenuItem - the menu iteme - the event object
public void onMouseOver(Menu menu,
BaseItem menuItem,
EventObject e)
MenuListener
onMouseOver in interface MenuListenermenu - thismenuItem - the menu iteme - the event objectpublic void onShow(Menu menu)
MenuListener
onShow in interface MenuListenermenu - this
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||