RadioGroup

ostrat.pReactor.RadioGroup
case class RadioGroup(radioOptions: RArr[RadioOption], aSelectedIndex: Int)

Controls a collection of RadioOptions

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def clicked(targetReference: RadioOption): Unit
def setEnabled(newState: Boolean): Unit

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields