Class OwnSelectBox<T>

java.lang.Object
com.badlogic.gdx.scenes.scene2d.Actor
com.badlogic.gdx.scenes.scene2d.ui.Widget
com.badlogic.gdx.scenes.scene2d.ui.SelectBox<T>
gaiasky.util.scene2d.OwnSelectBox<T>
Type Parameters:
T - The type of elements to hold.
All Implemented Interfaces:
com.badlogic.gdx.scenes.scene2d.ui.Styleable<com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle>, com.badlogic.gdx.scenes.scene2d.utils.Disableable, com.badlogic.gdx.scenes.scene2d.utils.Layout

public class OwnSelectBox<T> extends com.badlogic.gdx.scenes.scene2d.ui.SelectBox<T>
A better select box, with a proven size, and exposing a programmatic change events setter.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class com.badlogic.gdx.scenes.scene2d.ui.SelectBox

    com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxScrollPane<T>, com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle
  • Field Summary

    Fields inherited from class com.badlogic.gdx.scenes.scene2d.Actor

    POOLS
  • Constructor Summary

    Constructors
    Constructor
    Description
    OwnSelectBox(com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
     
    OwnSelectBox(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String styleName)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.badlogic.gdx.scenes.scene2d.utils.Drawable
     
    float
     
    float
     
    void
    setHeight(float height)
     
    void
    setProgrammaticChangeEvents(boolean programmaticChangeEvents)
     
    void
    setSize(float width, float height)
     
    void
    setWidth(float width)
     

    Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.SelectBox

    clearItems, draw, drawItem, getClickListener, getFontColor, getItems, getList, getMaxListCount, getMaxSelectedPrefWidth, getScrollPane, getSelected, getSelectedIndex, getSelectedPrefWidth, getSelection, getStyle, hideList, hideScrollPane, isDisabled, isOver, layout, newScrollPane, onHide, onShow, setAlignment, setDisabled, setItems, setItems, setMaxListCount, setScrollingDisabled, setSelected, setSelectedIndex, setSelectedPrefWidth, setStage, setStyle, showList, showScrollPane, toString

    Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Widget

    getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, invalidate, invalidateHierarchy, needsLayout, pack, setFillParent, setLayoutEnabled, sizeChanged, validate

    Methods inherited from class com.badlogic.gdx.scenes.scene2d.Actor

    act, addAction, addCaptureListener, addListener, ancestorsVisible, ascendantsVisible, clear, clearActions, clearListeners, clipBegin, clipBegin, clipEnd, debug, drawDebug, drawDebugBounds, fire, firstAscendant, getActions, getCaptureListeners, getColor, getDebug, getHeight, getListeners, getName, getOriginX, getOriginY, getParent, getRight, getRotation, getScaleX, getScaleY, getStage, getTop, getTouchable, getUserObject, getWidth, getX, getX, getY, getY, getZIndex, hasActions, hasKeyboardFocus, hasParent, hasScrollFocus, hit, isAscendantOf, isDescendantOf, isTouchable, isTouchFocusListener, isTouchFocusTarget, isVisible, localToActorCoordinates, localToAscendantCoordinates, localToParentCoordinates, localToScreenCoordinates, localToStageCoordinates, moveBy, notify, parentToLocalCoordinates, positionChanged, remove, removeAction, removeCaptureListener, removeListener, rotateBy, rotationChanged, scaleBy, scaleBy, scaleChanged, screenToLocalCoordinates, setBounds, setColor, setColor, setDebug, setName, setOrigin, setOrigin, setOriginX, setOriginY, setParent, setPosition, setPosition, setRotation, setScale, setScale, setScaleX, setScaleY, setTouchable, setUserObject, setVisible, setX, setX, setY, setY, setZIndex, sizeBy, sizeBy, stageToLocalCoordinates, toBack, toFront, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OwnSelectBox

      public OwnSelectBox(OwnSelectBox.OwnSelectBoxStyle style)
    • OwnSelectBox

      public OwnSelectBox(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String styleName)
    • OwnSelectBox

      public OwnSelectBox(com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
  • Method Details

    • setProgrammaticChangeEvents

      public void setProgrammaticChangeEvents(boolean programmaticChangeEvents)
    • setWidth

      public void setWidth(float width)
      Overrides:
      setWidth in class com.badlogic.gdx.scenes.scene2d.Actor
    • setHeight

      public void setHeight(float height)
      Overrides:
      setHeight in class com.badlogic.gdx.scenes.scene2d.Actor
    • setSize

      public void setSize(float width, float height)
      Overrides:
      setSize in class com.badlogic.gdx.scenes.scene2d.Actor
    • getPrefWidth

      public float getPrefWidth()
      Specified by:
      getPrefWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Layout
      Overrides:
      getPrefWidth in class com.badlogic.gdx.scenes.scene2d.ui.SelectBox<T>
    • getPrefHeight

      public float getPrefHeight()
      Specified by:
      getPrefHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Layout
      Overrides:
      getPrefHeight in class com.badlogic.gdx.scenes.scene2d.ui.SelectBox<T>
    • getBackgroundDrawable

      @Null protected com.badlogic.gdx.scenes.scene2d.utils.Drawable getBackgroundDrawable()
      Overrides:
      getBackgroundDrawable in class com.badlogic.gdx.scenes.scene2d.ui.SelectBox<T>