List of usage examples for com.google.gwt.event.dom.client KeyUpHandler interface-usage
From source file ca.ubc.ece.netsyslab.tagvalue.client.AuthenticationWidget.java
/**
* Represents the first page which the user will interact with. The goal is to
* collect its username and consent to participate in the experiment. By adding
* the username the user gives consent to the researchers to collect and use
* its public data.
*
From source file ca.ubc.ece.netsyslab.tagvalue.client.SearchBarWidget.java
/**
* Provides the user a text box to add and remove tags that enables drilling
* down into the set of items.
*
* @author Elizeu Santos-Neto (elizeus at ece dot ubc dot ca)
*/
From source file ca.ubc.ece.netsyslab.tagvalue.client.UsernameWidget.java
/**
* Represents the first page which the user will interact with. The goal is to
* collect its username so we can connect its navigation trace to the bookmarks
* she submits separately.
*
* @author Elizeu Santos-Neto (elizeus at ece dot ubc dot ca)
From source file cc.alcina.framework.gwt.client.widget.FilterWidget.java
/**
* TODO - the "wrappedenterhandler" ClickHandler should be changed to
* SelectedValueHandler<String>
*
* @author nick@alcina.cc
*
From source file cc.kune.core.client.sitebar.search.MultivalueSuggestBox.java
/**
* A SuggestBox that uses REST and allows for multiple values, autocomplete and
* browsing.
*
* @author Bess Siegal <bsiegal@novell.com>
*/
From source file co.fxl.gui.gwt.GWTKeyRecipientKeyTemplate.java
public class GWTKeyRecipientKeyTemplate implements IKey<Object>, IKeyRecipient<Object>, KeyUpHandler, KeyDownHandler, Runnable { public int nativeKeyCode = -1; public Object element; private List<IClickListener> ls = new LinkedList<IClickListener>();
From source file co.fxl.gui.gwt.GWTTextField.java
class GWTTextField extends GWTTextInput<TextBox, ITextField> implements ITextField, ChangeHandler, DropHandler, KeyUpHandler, MouseUpHandler { private List<IUpdateListener<String>> updateListeners = new LinkedList<IUpdateListener<String>>(); private String lastNotifiedValue = null;
From source file com.appspot.hommkmessage.client.view.SearchHandler.java
public class SearchHandler implements ClickHandler, KeyUpHandler { private final ListView listView; private final TextBox searchTextField; public SearchHandler(ListView listView, TextBox searchTextField) { this.listView = listView;
From source file com.conx.logistics.kernel.ui.common.gwt.client.ui.VConXQuickLaunchBox.java
/** * Client side implementation of the Select component. * * TODO needs major refactoring (to be extensible etc) */ @SuppressWarnings("deprecation")
From source file com.conx.logistics.kernel.ui.vaadin.common.gwt.client.ui.VConXQuickLaunchBox.java
/** * Client side implementation of the Select component. * * TODO needs major refactoring (to be extensible etc) */ @SuppressWarnings("deprecation")