|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FocusPanelListener
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 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 |
Method Detail |
---|
void onFocus(FocusPanel panel, EventObject e)
panel
- the FocusPanel where the event took placee
- the event objectvoid onBlur(FocusPanel panel, EventObject e)
panel
- the FocusPanel where the event took placee
- the event objectvoid onClick(FocusPanel panel, EventObject e)
panel
- the FocusPanel where the event took placee
- the event objectvoid onDblClick(FocusPanel panel, EventObject e)
panel
- the FocusPanel where the event took placee
- the event objectvoid onMouseDown(FocusPanel panel, EventObject e)
panel
- the FocusPanel where the event took placee
- the event objectvoid onMouseUp(FocusPanel panel, EventObject e)
panel
- the FocusPanel where the event took placee
- the event objectvoid onKeyPress(FocusPanel panel, EventObject e)
panel
- the FocusPanel where the event took placee
- the event objectvoid onKeyDown(FocusPanel panel, EventObject e)
panel
- the FocusPanel where the event took placee
- the event objectvoid onKeyUp(FocusPanel panel, EventObject e)
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 |