IntRangeSliderView

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](model0: DualRangeModel, name: String, width: Int)(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): IntRangeSliderView[T]

Creates a new range slider from a given model, with no expressions initially associated. Expressions are associated using subsequent calls to value_=, rangeLo_=, rangeHi_= or extent_=.

Creates a new range slider from a given model, with no expressions initially associated. Expressions are associated using subsequent calls to value_=, rangeLo_=, rangeHi_= or extent_=.

Value Params
model0

the initial range slider model

name

the name is used as a text string in undoable edits

width

the preferred visual extent of the slider in pixels