Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
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): Boolean

Defined by scalive.FormInteraction.equals. View source (scalive/api/src/scalive/forms/FormState.scala:22-24)

hashCode

def hashCode(): Int

Defined by scalive.FormInteraction.hashCode. View source (scalive/api/src/scalive/forms/FormState.scala:26-26)

isUsed

def isUsed(address: FormAddress[Owner]): Boolean

Defined 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: ErrorVisibility

Defined by scalive.FormInteraction.visibility. View source (scalive/api/src/scalive/forms/FormState.scala:13-13)