List of usage examples for com.google.gwt.user.client.ui Button subclass-usage
From source file org.geomajas.plugin.editing.puregwt.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.puregwt.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.puregwt.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.puregwt.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 {
From source file org.geomajas.sld.editor.expert.gwt2.client.SldEditorCustomToolBarButton.java
/**
* Custom button for the Sld Editor Toolbar.
*
* @author David Debuck
*
*/
From source file org.gwtportlets.portlet.client.ui.CssButton.java
/** * Button styled with a background image sprite. Selects different image * for different width buttons to avoid scaling problems. */ public class CssButton extends Button {
From source file org.hudsonci.gwt.common.ImageTextButton.java
/**
* Custom button with an image and text.
*
* This is a very hacky widget, recommend only using the constructor to configure and not attempt to reconfigure dynamically or bad things happen.
*
* @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
From source file org.jadice.web.gwt.fontawesome.client.IconButton.java
public class IconButton extends Button { public IconButton() { } public IconButton(SafeHtml html) {
From source file org.jboss.ballroom.client.widgets.common.DefaultButton.java
/** * @author Heiko Braun * @date 3/1/11 */ public class DefaultButton extends Button {
From source file org.jboss.ballroom.client.widgets.tools.ToolButton.java
/** * @author Heiko Braun * @date 2/28/11 */ public class ToolButton extends Button implements OperationAddressAware {