RadioButtonGroup

indigoextras.ui.RadioButtonGroup
See theRadioButtonGroup companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(buttonAssets: ButtonAssets, width: Int, height: Int): RadioButtonGroup

Construct a bare bones radio button group, with no buttons in it.

Construct a bare bones radio button group, with no buttons in it.

Value parameters

buttonAssets

The button assets to use to present each option button

height

The height of the radio button hit area, identical for all

width

The width of the radio button hit area, identical for all

Attributes

Returns

RadioButtonGroup

def apply(buttonAssets: ButtonAssets, hitArea: Rectangle): RadioButtonGroup

Construct a bare bones radio button group, with no buttons in it.

Construct a bare bones radio button group, with no buttons in it.

Value parameters

buttonAssets

The button assets to use to present each option button

hitArea

The hit area of the radio button relative to the button's position

Attributes

Returns

RadioButtonGroup

Givens