Packages

case class NumericInput(value: Double, label: NumericKind) extends BoxedValue with Product with Serializable

Source
InputBox.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, BoxedValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumericInput
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BoxedValue
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumericInput(value: Double, label: NumericKind)

Value Members

  1. def asString: String
    Definition Classes
    NumericInputBoxedValue
  2. def constraint: NumericInputConstraintSpecification
    Definition Classes
    NumericInputBoxedValue
  3. def default: NumericInput
    Definition Classes
    NumericInputBoxedValue
  4. def defaultString: String
    Definition Classes
    NumericInputBoxedValue
  5. val label: NumericKind
  6. def multiline: Boolean
    Definition Classes
    NumericInputBoxedValue
  7. def name: String
    Definition Classes
    NumericInputBoxedValue
  8. val value: Double