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

Example usage for Java com.google.gwt.user.client.ui ToggleButton 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 ToggleButton.

The text is from its open source code.

Subclass

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

Constructor

Method

HandlerRegistrationaddValueChangeHandler(ValueChangeHandler handler)
FacegetDownFace()
Gets the down face of the button.
StringgetHTML()
Gets the current face's html.
FacegetUpFace()
Gets the up face of the button.
FacegetUpHoveringFace()
Gets the upHovering face of the button.
booleanisDown()
voidsetDown(boolean down)
Does not fire ValueChangeEvent .
voidsetEnabled(boolean enabled)
Sets whether this button is enabled.
voidsetTabIndex(int index)
voidsetText(String text)
Sets the current face's text.
voidsetValue(Boolean value)
Sets whether this button is down.