trait IntRangeSliderView[S <: Sys[S]] extends View[S]
- Alphabetic
- By Inheritance
- IntRangeSliderView
- View
- Disposable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
C = DualRangeSlider
- Definition Classes
- IntRangeSliderView → View
Abstract Value Members
-
abstract
def
component: C
- Definition Classes
- View
-
abstract
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- Disposable
-
abstract
def
extent(implicit tx: S.Tx): Option[IntObj[S]]
Gets the expression associated with the extent of the range slider (if any).
-
abstract
def
extent_=(expr: Option[IntObj[S]])(implicit tx: S.Tx): Unit
Sets the expression associated with the extent the range slider.
Sets the expression associated with the extent the range slider. The value
Nonecan be used to disable the range slider function (it will be hidden). If the value isSomeand an expression was specified forrangeHi, therangeHiexpression will be automatically set toNone. That is,extentis mutually exclusive withrangeHi.If _either of_
rangeLoandrangeHi/extentisNone, the range functionality is hidden. -
abstract
def
rangeHi(implicit tx: S.Tx): Option[IntObj[S]]
Gets the expression associated with the upper bound of the range slider (if any).
-
abstract
def
rangeHi_=(expr: Option[IntObj[S]])(implicit tx: S.Tx): 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
Nonecan be used to disable the range slider function (it will be hidden). If the value isSomeand an expression was specified forextent, theextentexpression will be automatically set toNone. That is,rangeHiis mutually exclusive withextent.If _either of_
rangeLoandrangeHi/extentisNone, the range functionality is hidden. -
abstract
def
rangeLo(implicit tx: S.Tx): Option[IntObj[S]]
Gets the expression associated with the lower bound of the range slider (if any).
-
abstract
def
rangeLo_=(expr: Option[IntObj[S]])(implicit tx: S.Tx): 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
Nonecan be used to disable the range slider function (it will be hidden).If _either of_
rangeLoandrangeHi/extentisNone, the range functionality is hidden. -
abstract
def
value(implicit tx: S.Tx): Option[IntObj[S]]
Gets the expression associated with the single value slider (if any).
-
abstract
def
value_=(expr: Option[IntObj[S]])(implicit tx: S.Tx): Unit
Sets the expression associated with the single value slider.
Sets the expression associated with the single value slider. The value
Nonecan 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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()