ToggleGroup

class ToggleGroup(val delegate: ToggleGroup) extends SFXDelegate[ToggleGroup]
trait SFXDelegate[ToggleGroup]
class Object
trait Matchable
class Any

Value members

Concrete methods

The selected toggle.

The selected toggle.

The list of toggles within the ToggleGroup.

The list of toggles within the ToggleGroup.

def toggles_=(c: Iterable[Toggle]): Unit

Sets the list of toggles, replacing the prior toggles. If you want append to current toggles, use add or similar.

Sets the list of toggles, replacing the prior toggles. If you want append to current toggles, use add or similar.

Value Params
c

list of toggles to replace prior toggles.

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: ToggleGroup