case object JavaSupport extends DoctorExplanation with Product with Serializable
- Alphabetic
- By Inheritance
- JavaSupport
- Serializable
- Product
- Equals
- DoctorExplanation
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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]) @native() @IntrinsicCandidate()
- val correctMessage: String
Message explaining what support for this means.
Message explaining what support for this means.
- Definition Classes
- JavaSupport → DoctorExplanation
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def explanation(title: String, correctMessage: String, incorrectMessage: String, show: Boolean): Obj
Take the values and creates a json explanation.
Take the values and creates a json explanation.
- Definition Classes
- DoctorExplanation
- def explanation(html: HtmlBuilder, title: String, correctMessage: String, incorrectMessage: String, show: Boolean): HtmlBuilder
Take the values and creates an html explanation for them.
Take the values and creates an html explanation for them.
- Definition Classes
- DoctorExplanation
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val incorrectMessage: String
Message explaining what you'll be missing if this is incorrect.
Message explaining what you'll be missing if this is incorrect.
- Definition Classes
- JavaSupport → DoctorExplanation
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def show(allTargetsInfo: Seq[DoctorTargetInfo]): Boolean
Whether or not the incorrect message needs to be shown along with he correct one.
Whether or not the incorrect message needs to be shown along with he correct one.
- Definition Classes
- JavaSupport → DoctorExplanation
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val title: String
Title of the explanation
Title of the explanation
- Definition Classes
- JavaSupport → DoctorExplanation
- def toHtml(html: HtmlBuilder, allTargetsInfo: Seq[DoctorTargetInfo]): HtmlBuilder
Takes in a builder and returns a builder with the explanations attached.
Takes in a builder and returns a builder with the explanations attached.
- html
The builder your're working with.
- Definition Classes
- DoctorExplanation
- def toJson(allTargetsInfo: Seq[DoctorTargetInfo]): Obj
Take the results and return them in Json
Take the results and return them in Json
- Definition Classes
- DoctorExplanation
- 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