trait IntRangeSliderView[T <: Txn[T]] extends View[T]
- Alphabetic
- By Inheritance
- IntRangeSliderView
- View
- Disposable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type C = DualRangeSlider
- Definition Classes
- IntRangeSliderView → View
Abstract Value Members
- abstract def component: C
- Definition Classes
- View
- abstract def dispose()(implicit tx: T): Unit
- Definition Classes
- Disposable
- abstract def extent(implicit tx: T): Option[IntObj[T]]
Gets the expression associated with the extent of the range slider (if any).
- abstract def extent_=(expr: Option[IntObj[T]])(implicit tx: T): Unit
Sets the expression associated with the extent the range slider.
Sets the expression associated with the extent the range slider. The value
None
can be used to disable the range slider function (it will be hidden). If the value isSome
and an expression was specified forrangeHi
, therangeHi
expression will be automatically set toNone
. That is,extent
is mutually exclusive withrangeHi
.If _either of_
rangeLo
andrangeHi
/extent
isNone
, the range functionality is hidden. - abstract def rangeHi(implicit tx: T): Option[IntObj[T]]
Gets the expression associated with the upper bound of the range slider (if any).
- abstract def rangeHi_=(expr: Option[IntObj[T]])(implicit tx: T): Unit
Sets the expression associated with the upper bound of the range slider.
Sets the expression associated with the upper bound of the range slider. The value
None
can be used to disable the range slider function (it will be hidden). If the value isSome
and an expression was specified forextent
, theextent
expression will be automatically set toNone
. That is,rangeHi
is mutually exclusive withextent
.If _either of_
rangeLo
andrangeHi
/extent
isNone
, the range functionality is hidden. - abstract def rangeLo(implicit tx: T): Option[IntObj[T]]
Gets the expression associated with the lower bound of the range slider (if any).
- abstract def rangeLo_=(expr: Option[IntObj[T]])(implicit tx: T): Unit
Sets the expression associated with the lower bound of the range slider.
Sets the expression associated with the lower bound of the range slider. The value
None
can be used to disable the range slider function (it will be hidden).If _either of_
rangeLo
andrangeHi
/extent
isNone
, the range functionality is hidden. - abstract def value(implicit tx: T): Option[IntObj[T]]
Gets the expression associated with the single value slider (if any).
- abstract def value_=(expr: Option[IntObj[T]])(implicit tx: T): Unit
Sets the expression associated with the single value slider.
Sets the expression associated with the single value slider. The value
None
can be used to disable the single value slider function (it will be hidden).
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated