Java com.vaadin.ui CheckBox fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui CheckBox fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui CheckBox.

The text is from its open source code.

Subclass

com.vaadin.ui.CheckBox has subclasses.
Click this link to see all its subclasses.

Constructor

CheckBox()
Creates a new checkbox.
CheckBox(String caption)
Creates a new checkbox with a set caption.
CheckBox(String caption, boolean initialState)
Creates a new checkbox with a caption and a set initial state.

Method

BooleangetValue()
voidsetValue(Boolean value)
Sets the value of this CheckBox.