List of usage examples for com.google.gwt.user.client.ui HasFocus interface-usage
From source file cc.alcina.framework.gwt.client.gwittir.widget.PasswordTextBox.java
@SuppressWarnings("deprecation") /** * * @author Nick Reddel */ public class PasswordTextBox<B> extends AbstractBoundWidget<String>
From source file cc.alcina.framework.gwt.client.gwittir.widget.SetBasedListBox.java
/** * */ @SuppressWarnings({ "unchecked", "deprecation" }) public class SetBasedListBox extends AbstractBoundCollectionWidget implements HasFocus, SourcesFocusEvents, SourcesChangeEvents, HasEnabled {
From source file cc.alcina.framework.gwt.client.gwittir.widget.SingleSelectionListBox.java
/** * * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" * Cooper</a> */ @SuppressWarnings("deprecation")
From source file cc.alcina.framework.gwt.client.gwittir.widget.TextArea.java
@SuppressWarnings("deprecation") /** * * @author Nick Reddel */ public class TextArea<B> extends AbstractBoundWidget<String>
From source file cc.alcina.framework.gwt.client.gwittir.widget.TextBox.java
/** * * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" * Cooper</a> Modified by Nick to handle some updateonkeypress edgecases */ @SuppressWarnings("deprecation")
From source file com.apress.progwt.client.college.gui.ext.FocusPanelExt.java
/**
* FocusPanel gives us no good way to see if the ctrl key was down, or do
* double clicks.
*
*
* Stores the ctrl key for before the event goes by and delays clickEvents
From source file com.dimdim.conference.ui.common.client.util.CommonModalDialog.java
/**
* @author Jayant Pandit
* @email Jayant.Pandit@communiva.com
*
*/
From source file com.totsp.gwittir.client.ui.Button.java
/** * * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a> */ public class Button extends AbstractBoundWidget<String> implements SourcesClickEvents, HasFocus { private final com.google.gwt.user.client.ui.Button base = new com.google.gwt.user.client.ui.Button();
From source file com.totsp.gwittir.client.ui.Checkbox.java
/** * * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a> */ public class Checkbox extends AbstractBoundWidget<Boolean> implements HasEnabled, SourcesClickEvents, HasFocus, SourcesKeyboardEvents {
From source file com.totsp.gwittir.client.ui.ListBox.java
/** * * @author <a href="mailto:cooper@screaming-penguin.com">Robert "kebernet" Cooper</a> */ public class ListBox<T> extends AbstractBoundCollectionWidget<T, String> implements HasFocus, SourcesFocusEvents, SourcesChangeEvents {