Class UIRadioButton

All Implemented Interfaces:
UIKeyHandler, Textable, Hintable, Savable

public class UIRadioButton extends UIButton
A extension of button that is specifically selectable and is generally used with a ButtonGroup. This class is defined distinctly from UIButton to allow for specific skinning.
  • Constructor Details

    • UIRadioButton

      public UIRadioButton()
    • UIRadioButton

      public UIRadioButton(String text)
    • UIRadioButton

      public UIRadioButton(String text, SubTex icon)
  • Method Details

    • setSelectable

      public void setSelectable(boolean selectable)
      Ignored
      Overrides:
      setSelectable in class UIButton
      Parameters:
      selectable - true if this button should be selectable
    • isSelectable

      public boolean isSelectable()
      Overrides:
      isSelectable in class UIButton
      Returns:
      true