public abstract class A_CmsFocusShortcutListener extends com.vaadin.event.ShortcutListener implements com.vaadin.event.FieldEvents.BlurListener, com.vaadin.event.FieldEvents.FocusListener
| Constructor and Description |
|---|
A_CmsFocusShortcutListener(java.lang.String caption,
int keyCode,
int[] modifierKeys)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
blur(com.vaadin.event.FieldEvents.BlurEvent event) |
void |
focus(com.vaadin.event.FieldEvents.FocusEvent event) |
void |
installOn(com.vaadin.v7.ui.TextField field)
Install the listener on the given text field
|
public A_CmsFocusShortcutListener(java.lang.String caption, int keyCode, int[] modifierKeys)
ShortcutAction.ShortcutAction(String, int, int...)public void blur(com.vaadin.event.FieldEvents.BlurEvent event)
blur in interface com.vaadin.event.FieldEvents.BlurListenerFieldEvents.BlurListener.blur(com.vaadin.event.FieldEvents.BlurEvent)public void focus(com.vaadin.event.FieldEvents.FocusEvent event)
focus in interface com.vaadin.event.FieldEvents.FocusListenerFieldEvents.FocusListener.focus(com.vaadin.event.FieldEvents.FocusEvent)public void installOn(com.vaadin.v7.ui.TextField field)
field - the txt field