Java com.badlogic.gdx.scenes.scene2d.ui Button fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.scenes.scene2d.ui Button fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.scenes.scene2d.ui Button.

The text is from its open source code.

Subclass

com.badlogic.gdx.scenes.scene2d.ui.Button has subclasses.
Click this link to see all its subclasses.

Field

booleanisChecked

Constructor

Method

floatgetPrefHeight()
floatgetPrefWidth()
ButtonStylegetStyle()
Returns the button's style.
booleanisDisabled()
voidsetChecked(boolean isChecked)
voidsetDisabled(boolean isDisabled)
When true, the button will not toggle #isChecked() when clicked and will not fire a ChangeEvent .