当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
FieldEditListener (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.brms.client.common
Class FieldEditListener
java.lang.Object
org.drools.brms.client.common.FieldEditListener
- All Implemented Interfaces:
- com.google.gwt.user.client.ui.KeyboardListener, EventListener
public class FieldEditListener
- extends Object
- implements com.google.gwt.user.client.ui.KeyboardListener
This is a utility listener for trapping text field edits,
and can be used for instance to stretch the size of a text box.
Responds to the key up event.
- Author:
- Michael Neale
Fields inherited from interface com.google.gwt.user.client.ui.KeyboardListener |
KEY_ALT, KEY_BACKSPACE, KEY_CTRL, KEY_DELETE, KEY_DOWN, KEY_END, KEY_ENTER, KEY_ESCAPE, KEY_HOME, KEY_LEFT, KEY_PAGEDOWN, KEY_PAGEUP, KEY_RIGHT, KEY_SHIFT, KEY_TAB, KEY_UP, MODIFIER_ALT, MODIFIER_CTRL, MODIFIER_SHIFT |
Method Summary |
void |
onKeyDown(com.google.gwt.user.client.ui.Widget arg0,
char arg1,
int arg2)
|
void |
onKeyPress(com.google.gwt.user.client.ui.Widget arg0,
char arg1,
int arg2)
|
void |
onKeyUp(com.google.gwt.user.client.ui.Widget arg0,
char arg1,
int arg2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldEditListener
public FieldEditListener(com.google.gwt.user.client.Command command)
onKeyDown
public void onKeyDown(com.google.gwt.user.client.ui.Widget arg0,
char arg1,
int arg2)
- Specified by:
onKeyDown
in interface com.google.gwt.user.client.ui.KeyboardListener
onKeyPress
public void onKeyPress(com.google.gwt.user.client.ui.Widget arg0,
char arg1,
int arg2)
- Specified by:
onKeyPress
in interface com.google.gwt.user.client.ui.KeyboardListener
onKeyUp
public void onKeyUp(com.google.gwt.user.client.ui.Widget arg0,
char arg1,
int arg2)
- Specified by:
onKeyUp
in interface com.google.gwt.user.client.ui.KeyboardListener
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.