class FieldApi extends AnyRef
Class providing access to a user input field on a wizard page.
- Alphabetic
- By Inheritance
- FieldApi
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FieldApi(context: FieldContext)
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]) @HotSpotIntrinsicCandidate() @native()
- def defaultValue(s: String): FieldApi
Provide a default value for optional fields.
Provide a default value for optional fields.
- s
The default value.
- 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
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def instructions(s: String): FieldApi
Add instructions to guide the user on how to use the field.
Add instructions to guide the user on how to use the field.
- s
The instruction text.
- 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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def optional: FieldApi
Indicate that the field is optional for the user to fill.
- def selectDate(): FieldApi
Presents the field as a date picker
- def selectFile(): FieldApi
Presents the field as a file upload selector.
- def selectMany(values: (String, String, String)*): FieldApi
Presents the field as a multi-select dropdown list.
Presents the field as a multi-select dropdown list.
- values
The content to display in the dropdown list. The tuple is interpreted as (id, title, group).
- def selectMany(values: String*)(implicit d: DummyImplicit): FieldApi
Presents the field as a multi-select dropdown list.
Presents the field as a multi-select dropdown list.
- values
The content to display in the dropdown list.
- def selectOne(values: (String, String, String)*): FieldApi
Presents the field as a single-select dropdown list.
Presents the field as a single-select dropdown list.
- values
The content to display in the dropdown list. The tuple is interpreted as (id, title, group).
- def selectOne(values: String*)(implicit d: DummyImplicit): FieldApi
Presents the field as a single-select dropdown list.
Presents the field as a single-select dropdown list.
- values
The content to display in the dropdown list.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def textarea(lines: Int): FieldApi
- 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
(Since version 9)