class UserInputApi extends AnyRef
Class containing the input from the user at the current wizard stage.
- Alphabetic
- By Inheritance
- UserInputApi
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new UserInputApi(context: StageContext)
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
- 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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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.
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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.
- 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.
- 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.
- 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
(Since version 9)