Java com.google.gwt.user.client.ui PushButton fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui PushButton fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui PushButton.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.PushButton has subclasses.
Click this link to see all its subclasses.

Constructor

Method

FacegetDownDisabledFace()
Gets the downDisabled face of the button.
FacegetDownFace()
Gets the down face of the button.
FacegetDownHoveringFace()
Gets the downHovering face of the button.
intgetTabIndex()
FacegetUpDisabledFace()
Gets the upDisabled face of the button.
FacegetUpFace()
Gets the up face of the button.
FacegetUpHoveringFace()
Gets the upHovering face of the button.
voidsetAccessKey(char key)
voidsetEnabled(boolean enabled)
Sets whether this button is enabled.
voidsetFocus(boolean focused)
voidsetHTML(SafeHtml html)
voidsetTabIndex(int index)
voidsetText(String text)
Sets the current face's text.