List of usage examples for com.google.gwt.user.client.ui Button subclass-usage
From source file org.ednovo.gooru.client.uc.BlueButtonUc.java
/** * @author Search Team * */ public class BlueButtonUc extends Button {
From source file org.eobjects.datacleaner.monitor.shared.widgets.CancelPopupButton.java
/** * A simple cancel button that will hide a popup. */ public class CancelPopupButton extends Button implements ClickHandler { private final DCPopupPanel _popup;
From source file org.fao.fenix.web.modules.map.client.colorpicker.ui.ColorButton.java
public class ColorButton extends Button implements ClickListener { private int red, green, blue; private ColorPanel parentPanel; private int positionX; private int positionY;
From source file org.geomajas.gwt2.plugin.corewidget.example.client.sample.feature.featureinfo.ZoomToObjectAction.java
/** * Implementation of a {@link HasFeature} to zoom to a feature on the map. * * @author Youri Flement */ public class ZoomToObjectAction extends Button implements HasFeature, ClickHandler {
From source file org.geomajas.gwt2.plugin.corewidget.example.client.sample.map.MapLegendDropDown.java
/**
* Drop down button that displays the {@link MapControlPanel}. When this widget is added to a MapPresenter's widget
* panel, it will automatically try to keep the {@link MapControlPanel} within the map bounds.
*
* @author Pieter De Graef
*/
From source file org.geomajas.gwt2.widget.client.map.MapLegendDropDown.java
/**
* Drop down button that displays the {@link LegendPopupPanel}. When this widget is added to a MapPresenter's widget
* panel, it will automatically try to keep the {@link LegendPopupPanel} within the map bounds.
*
* @author Pieter De Graef
* @since 2.0.0
From source file org.geomajas.plugin.editing.gwt.example.client.button.BufferAllButton.java
/** * Button that applies a buffer to all drawn geometries. * * @author Emiel Ackermann */ public class BufferAllButton extends Button {
From source file org.geomajas.plugin.editing.gwt.example.client.button.CancelButton.java
/** * Button that cancels the editing process. * * @author Pieter De Graef */ public class CancelButton extends Button implements GeometryEditStartHandler, GeometryEditStopHandler {
From source file org.geomajas.plugin.editing.gwt.example.client.button.RedoButton.java
/** * Button that executes an "REDO" during the editing process. * * @author Pieter De Graef */ public class RedoButton extends Button implements GeometryEditStopHandler, GeometryEditShapeChangedHandler {
From source file org.geomajas.plugin.editing.gwt.example.client.button.UndoButton.java
/** * Button that executes an "UNDO" during the editing process. * * @author Pieter De Graef */ public class UndoButton extends Button implements GeometryEditStopHandler, GeometryEditShapeChangedHandler {