object selection extends Publisher
The current item selection.
- Alphabetic
- By Inheritance
- selection
- Publisher
- Reactor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- def adjusting: Boolean
- def anchorIndex: Int
-
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.
- Definition Classes
- Reactor
- def intervalMode: ListView.IntervalMode.Value
- def intervalMode_=(m: ListView.IntervalMode.Value): Unit
- def leadIndex: Int
-
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.- Definition Classes
- Reactor
-
def
publish(e: Event): Unit
Notify all registered reactions.
Notify all registered reactions.
- Definition Classes
- Publisher
-
val
reactions: Reactions
All reactions of this reactor.
All reactions of this reactor.
- Definition Classes
- Reactor
-
object
indices extends Indices[Int]
The indices of the currently selected items.
-
object
items extends SeqProxy[A]
The currently selected items.