RadioOption

ostrat.pReactor.RadioOption
case class RadioOption(aIsSelected: Boolean, labelText: String, loc: Pt2, aIsEnabled: Boolean)

Simple Radio button with label *

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(): Unit
def toGraphicElems(aParent: RadioGroup, aIsSelected: Boolean, labelText: String, loc: Pt2, aIsEnabled: Boolean): GraphicElems

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields