Modifier and Type | Class and Description |
---|---|
static class |
TextButton.TextButtonStyle
The style for a text button, see
TextButton . |
Button.ButtonStyle
Constructor and Description |
---|
TextButton(java.lang.String text,
Skin skin) |
TextButton(java.lang.String text,
Skin skin,
java.lang.String styleName) |
TextButton(java.lang.String text,
TextButton.TextButtonStyle style) |
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. |
Label |
getLabel() |
Cell |
getLabelCell() |
TextButton.TextButtonStyle |
getStyle()
Returns the button's style.
|
java.lang.CharSequence |
getText() |
void |
setStyle(Button.ButtonStyle style) |
void |
setText(java.lang.String text) |
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 TextButton(java.lang.String text, Skin skin)
public TextButton(java.lang.String text, Skin skin, java.lang.String styleName)
public TextButton(java.lang.String text, TextButton.TextButtonStyle style)
public void setStyle(Button.ButtonStyle style)
public TextButton.TextButtonStyle getStyle()
Button
Button.setStyle(ButtonStyle)
is
called.public void draw(SpriteBatch batch, float parentAlpha)
WidgetGroup
WidgetGroup.validate()
should be called to ensure the widget group is laid
out.public Label getLabel()
public Cell getLabelCell()
public void setText(java.lang.String text)
public java.lang.CharSequence getText()