- All Implemented Interfaces:
- com.google.gwt.event.dom.client.KeyUpHandler, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.EventHandler, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.InsertPanel, com.google.gwt.user.client.ui.InsertPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>
- Direct Known Subclasses:
- BurocratForm, DateField, ListBoxField, ListField, PasswordBoxField, RadioSelectionField, TextAreaField, TextBoxField
public abstract class BurocratField
extends BurocratPanel
implements com.google.gwt.event.dom.client.KeyUpHandler
This is the superclass for all input GUI components (text boxes, radio buttons, etc.) in a BurocratForm,
which allows users to enter data values for a given argument
- Author:
- Dan Vegeto