c
FormInteraction
class FormInteraction[Owner]Owner-scoped validation visibility, independent of editable form values.
Defined by scalive.FormInteraction. View source (scalive/api/src/scalive/forms/FormState.scala:11-26)
Methods3
equals
def equals(other: Any): BooleanDefined by scalive.FormInteraction.equals. View source (scalive/api/src/scalive/forms/FormState.scala:22-24)
hashCode
def hashCode(): IntDefined by scalive.FormInteraction.hashCode. View source (scalive/api/src/scalive/forms/FormState.scala:26-26)
isUsed
def isUsed(address: FormAddress[Owner]): BooleanDefined by scalive.FormInteraction.isUsed. View source (scalive/api/src/scalive/forms/FormState.scala:16-17)
Values2
used
val used: Set[FormAddress[Owner]]Defined by scalive.FormInteraction.used. View source (scalive/api/src/scalive/forms/FormState.scala:12-12)
visibility
val visibility: ErrorVisibilityDefined by scalive.FormInteraction.visibility. View source (scalive/api/src/scalive/forms/FormState.scala:13-13)