class UserInputApi extends AnyRef

Class containing the input from the user at the current wizard stage.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserInputApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UserInputApi(context: StageContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(key: String): String

    Indexer for accessing input values by key.

    Indexer for accessing input values by key.

    key

    The key of the field containing the value.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def csvFile(key: String, charset: String, seperator: Char): CSVReader

    Get an uploaded csv file as a reader instance.

    Get an uploaded csv file as a reader instance.

    key

    The key of the field containing the file.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def excelFile(key: String): ExcelReader

    Get an uploaded Excel file as a reader instance.

    Get an uploaded Excel file as a reader instance.

    key

    The key of the field containing the file.

  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def list(key: String): List[String]

    Get a comma-separated input value as a list.

    Get a comma-separated input value as a list.

    key

    The key of the field containing the value.

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def textFile(key: String, charset: String): String

    Get an uploaded text file as a string.

    Get an uploaded text file as a string.

    key

    The key of the field containing the file.

  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def tryDate(key: String): Option[LocalDate]

    Get an input value as a LocalDate instance.

    Get an input value as a LocalDate instance.

    key

    The key of the field containing the value.

  22. def tryGet(key: String): Option[String]

    Get an input value by key, if available.

    Get an input value by key, if available.

    key

    The key of the field containing the value.

  23. def tryList(key: String): List[String]

    Get a comma-separated input value as a list, if the key exists and an empty list otherwise.

    Get a comma-separated input value as a list, if the key exists and an empty list otherwise.

    key

    The key of the field containing the value.

  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped