Serialized Form


Package org.xwiki.gwt.user.client

Class org.xwiki.gwt.user.client.DragListenerCollection extends ArrayList<DragListener> implements Serializable

serialVersionUID: -5010881321934321154L

Class org.xwiki.gwt.user.client.HandlerRegistrationCollection extends ArrayList<com.google.gwt.event.shared.HandlerRegistration> implements Serializable

serialVersionUID: 9046100072911029017L

Class org.xwiki.gwt.user.client.ShortcutKeyManager extends HashMap<ShortcutKey,ShortcutKeyCommand> implements Serializable

serialVersionUID: -1888376929779432766L

Serialized Fields

command

ShortcutKeyCommand command
The last command executed. The command is reset on each KeyDown event because only then we have the right key code and key modifiers. Also, KeyPress and KeyUp events shouldn't be triggered without a KeyDown event.


ignoreNextKeyPress

boolean ignoreNextKeyPress
Flag used to avoid handling the shortcut key on both KeyDown and KeyPress events. This flag is needed because of the inconsistencies between browsers regarding keyboard events. For instance IE doesn't generate the KeyPress event for navigation (arrow) keys and generates multiple KeyDown events while a key is hold down. On the contrary, FF generates the KeyPress event for navigation (arrow) keys and generates just one KeyDown event while a key is hold down. FF generates multiple KeyPress events when a key is hold down.

Class org.xwiki.gwt.user.client.TimerListenerCollection extends ArrayList<TimerListener> implements Serializable

serialVersionUID: 2221979461857283590L


Package org.xwiki.gwt.user.client.ui.rta.cmd

Class org.xwiki.gwt.user.client.ui.rta.cmd.CommandListenerCollection extends ArrayList<CommandListener> implements Serializable

serialVersionUID: 7719987791305106197L


Package org.xwiki.gwt.user.client.ui.wizard

Class org.xwiki.gwt.user.client.ui.wizard.NavigationListenerCollection extends ArrayList<NavigationListener> implements Serializable

serialVersionUID: 3437895315610766686L

Class org.xwiki.gwt.user.client.ui.wizard.WizardStepMap extends HashMap<String,WizardStep> implements Serializable

serialVersionUID: 6713667523066371331L



Copyright © 2004-2012 XWiki. All Rights Reserved.