selection

object selection extends Publisher

The current item selection.

The current item selection.

trait Publisher
trait Reactor
class Object
trait Matchable
class Any

Type members

Classlikes

object indices extends Indices[Int]

The indices of the currently selected items.

The indices of the currently selected items.

Value members

Concrete methods

def adjusting: Boolean
def anchorIndex: Int
def intervalMode_=(m: Value): Unit
def items: Seq[A]

The currently selected items.

The currently selected items.

def leadIndex: Int

Inherited methods

def deafTo(ps: Publisher*): Unit

Installed reaction won't receive events from the given publisher anylonger.

Installed reaction won't receive events from the given publisher anylonger.

Inherited from
Reactor
def listenTo(ps: Publisher*): Unit

Listen to the given publisher as long as deafTo isn't called for them.

Listen to the given publisher as long as deafTo isn't called for them.

Inherited from
Reactor
def publish(e: Event): Unit

Notify all registered reactions.

Notify all registered reactions.

Inherited from
Publisher

Inherited fields

protected val listeners: RefSet[Reaction]
Inherited from
Publisher
val reactions: Reactions

All reactions of this reactor.

All reactions of this reactor.

Inherited from
Reactor