public class CheckBox extends TextButton
Modifier and Type | Class and Description |
---|---|
static class |
CheckBox.CheckBoxStyle
The style for a select box, see
CheckBox . |
TextButton.TextButtonStyle
Button.ButtonStyle
Constructor and Description |
---|
CheckBox(java.lang.String text,
CheckBox.CheckBoxStyle style) |
CheckBox(java.lang.String text,
Skin skin) |
CheckBox(java.lang.String text,
Skin skin,
java.lang.String styleName) |
Modifier and Type | Method and Description |
---|---|
void |
draw(SpriteBatch batch,
float parentAlpha)
If this method is overridden, the super method or
WidgetGroup.validate() should be called to ensure the widget group is laid
out. |
Image |
getImage() |
CheckBox.CheckBoxStyle |
getStyle()
Returns the checkbox's style.
|
void |
setStyle(Button.ButtonStyle style) |
getLabel, getLabelCell, getText, setText
drawBackground, getClickListener, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, isChecked, isDisabled, isOver, isPressed, setChecked, setDisabled, toggle
add, add, add, add, add, add, align, bottom, center, clearChildren, columnDefaults, debug, debug, debugCell, debugTable, debugWidget, defaults, drawDebug, getAlign, getBackground, getCell, getCells, getClip, getDebug, getPadBottom, getPadBottomValue, getPadLeft, getPadLeftValue, getPadRight, getPadRightValue, getPadTop, getPadTopValue, getPadX, getPadY, getRow, hit, invalidate, layout, left, pad, pad, padBottom, padLeft, padRight, padTop, removeActor, reset, right, row, setBackground, setBackground, setClip, setRound, setSkin, stack, top
childrenChanged, getMaxHeight, getMaxWidth, invalidateHierarchy, needsLayout, pack, setFillParent, setLayoutEnabled, sizeChanged, validate
act, addActor, addActorAfter, addActorAt, addActorBefore, applyTransform, clear, computeTransform, drawChildren, findActor, getChildren, hasChildren, isTransform, localToDescendantCoordinates, print, resetTransform, setCullingArea, setStage, setTransform, swapActor, swapActor
addAction, addCaptureListener, addListener, clearActions, clearListeners, clipBegin, clipBegin, clipEnd, fire, getActions, getCaptureListeners, getColor, getHeight, getListeners, getName, getOriginX, getOriginY, getParent, getRight, getRotation, getScaleX, getScaleY, getStage, getTop, getTouchable, getWidth, getX, getY, getZIndex, hasParent, isAscendantOf, isDescendantOf, isVisible, localToAscendantCoordinates, localToParentCoordinates, localToStageCoordinates, notify, parentToLocalCoordinates, remove, removeAction, removeCaptureListener, removeListener, rotate, scale, scale, screenToLocalCoordinates, setBounds, setColor, setColor, setHeight, setName, setOrigin, setOriginX, setOriginY, setParent, setPosition, setRotation, setScale, setScale, setScaleX, setScaleY, setSize, setTouchable, setVisible, setWidth, setX, setY, setZIndex, size, size, stageToLocalCoordinates, toBack, toFront, toString, translate
public CheckBox(java.lang.String text, Skin skin)
public CheckBox(java.lang.String text, Skin skin, java.lang.String styleName)
public CheckBox(java.lang.String text, CheckBox.CheckBoxStyle style)
public void setStyle(Button.ButtonStyle style)
setStyle
in class TextButton
public CheckBox.CheckBoxStyle getStyle()
Button.setStyle(ButtonStyle)
is
called.getStyle
in class TextButton
public void draw(SpriteBatch batch, float parentAlpha)
WidgetGroup
WidgetGroup.validate()
should be called to ensure the widget group is laid
out.draw
in class TextButton
parentAlpha
- Should be multiplied with the actor's alpha, allowing a parent's alpha to affect all children.public Image getImage()