com.vaadin.event
Interface Action.ShortcutNotifier

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractField, AbstractSelect, AbstractTextField, Button, CheckBox, ComboBox, CustomField, DateField, Form, InlineDateField, ListSelect, NativeButton, NativeSelect, OptionGroup, PasswordField, PopupDateField, ProgressBar, ProgressIndicator, RichTextArea, Select, Slider, Table, TextArea, TextField, Tree, TreeTable, TwinColSelect
Enclosing class:
Action

public static interface Action.ShortcutNotifier
extends java.io.Serializable


Method Summary
 void addShortcutListener(ShortcutListener shortcut)
           
 void removeShortcutListener(ShortcutListener shortcut)
           
 

Method Detail

addShortcutListener

void addShortcutListener(ShortcutListener shortcut)

removeShortcutListener

void removeShortcutListener(ShortcutListener shortcut)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.