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

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

The text is from its open source code.

Subclass

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

Constructor

SimpleCheckBox()
Creates a new simple checkbox.

Method

HandlerRegistrationaddClickHandler(ClickHandler handler)
BooleangetValue()
Determines whether this check box is currently checked.
voidsetValue(Boolean value)
Checks or unchecks the check box.
SimpleCheckBoxwrap(Element element)
Creates a SimpleCheckBox widget that wraps an existing <input type='checkbox'> element.