Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Class and Description |
---|---|
class |
CheckBox
A checkbox is a button that contains an image indicating the checked or unchecked state and a label.
|
class |
ImageButton
A button with a child
Image to display an image. |
class |
ImageTextButton
|
class |
TextButton
A button with a child
Label to display text. |
Modifier and Type | Method and Description |
---|---|
Button |
ButtonGroup.getChecked() |
Modifier and Type | Method and Description |
---|---|
Array<Button> |
ButtonGroup.getAllChecked() |
Array<Button> |
ButtonGroup.getButtons() |
Modifier and Type | Method and Description |
---|---|
void |
ButtonGroup.add(Button... buttons) |
void |
ButtonGroup.add(Button button) |
Dialog |
Dialog.button(Button button)
Adds the given button to the button table.
|
Dialog |
Dialog.button(Button button,
java.lang.Object object)
Adds the given button to the button table.
|
protected boolean |
ButtonGroup.canCheck(Button button,
boolean newState)
Called when a button is checked or unchecked.
|
void |
ButtonGroup.remove(Button... buttons) |
void |
ButtonGroup.remove(Button button) |
Constructor and Description |
---|
ButtonGroup(Button... buttons) |