|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.widgets.event.ComponentListenerAdapter
com.gwtext.client.widgets.event.BoxComponentListenerAdapter
com.gwtext.client.widgets.event.ContainerListenerAdapter
com.gwtext.client.widgets.event.PanelListenerAdapter
com.gwtext.client.widgets.FocusPanelListenerAdapter
public class FocusPanelListenerAdapter
Constructor Summary | |
---|---|
FocusPanelListenerAdapter()
|
Method Summary | |
---|---|
void |
onBlur(FocusPanel panel,
EventObject e)
Listener for when the panel gets out of focus |
void |
onClick(FocusPanel panel,
EventObject e)
Listener for when the panel gets clicked |
void |
onDblClick(FocusPanel panel,
EventObject e)
Listener for when the panel gets double clicked |
void |
onFocus(FocusPanel panel,
EventObject e)
Listener for when the panel gets focused |
void |
onKeyDown(FocusPanel panel,
EventObject e)
Listener for when the panel gets a key down event |
void |
onKeyPress(FocusPanel panel,
EventObject e)
Listener for when the panel gets a key press event |
void |
onKeyUp(FocusPanel panel,
EventObject e)
Listener for when the panel gets a key up event |
void |
onMouseDown(FocusPanel panel,
EventObject e)
Listener for when the panel gets a mouse down event |
void |
onMouseUp(FocusPanel panel,
EventObject e)
Listener for when the panel gets a mouse up event |
Methods inherited from class com.gwtext.client.widgets.event.PanelListenerAdapter |
---|
doBeforeClose, doBeforeCollapse, doBeforeExpand, onActivate, onBodyResize, onClose, onCollapse, onDeactivate, onExpand, onTitleChange |
Methods inherited from class com.gwtext.client.widgets.event.ContainerListenerAdapter |
---|
doBeforeAdd, doBeforeRemove, onAdd, onAfterLayout, onRemove |
Methods inherited from class com.gwtext.client.widgets.event.BoxComponentListenerAdapter |
---|
onMove, onResize |
Methods inherited from class com.gwtext.client.widgets.event.ComponentListenerAdapter |
---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.gwtext.client.widgets.event.PanelListener |
---|
doBeforeClose, doBeforeCollapse, doBeforeExpand, onActivate, onBodyResize, onClose, onCollapse, onDeactivate, onExpand, onTitleChange |
Methods inherited from interface com.gwtext.client.widgets.event.ContainerListener |
---|
doBeforeAdd, doBeforeRemove, onAdd, onAfterLayout, onRemove |
Methods inherited from interface com.gwtext.client.widgets.event.BoxComponentListener |
---|
onMove, onResize |
Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener |
---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
Constructor Detail |
---|
public FocusPanelListenerAdapter()
Method Detail |
---|
public void onFocus(FocusPanel panel, EventObject e)
FocusPanelListener
onFocus
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event objectpublic void onBlur(FocusPanel panel, EventObject e)
FocusPanelListener
onBlur
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event objectpublic void onClick(FocusPanel panel, EventObject e)
FocusPanelListener
onClick
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event objectpublic void onDblClick(FocusPanel panel, EventObject e)
FocusPanelListener
onDblClick
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event objectpublic void onKeyDown(FocusPanel panel, EventObject e)
FocusPanelListener
onKeyDown
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event objectpublic void onKeyPress(FocusPanel panel, EventObject e)
FocusPanelListener
onKeyPress
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event objectpublic void onKeyUp(FocusPanel panel, EventObject e)
FocusPanelListener
onKeyUp
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event objectpublic void onMouseDown(FocusPanel panel, EventObject e)
FocusPanelListener
onMouseDown
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event objectpublic void onMouseUp(FocusPanel panel, EventObject e)
FocusPanelListener
onMouseUp
in interface FocusPanelListener
panel
- the FocusPanel where the event took placee
- the event object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |