slinky-utils
slinky-utils
net.wiringbits.webapp.utils.slinkyUtils.components.core
AlertDialog
Props
AsyncComponent
DataState
Failed
Loaded
Loading
DataState
Props
ConditionalComponent
Props
ConfirmDialog
Props
ErrorBoundaryComponent
Def
Props
State
ErrorBoundaryInfo
Props
ErrorLabel
Props
InfoCard
Props
net.wiringbits.webapp.utils.slinkyUtils.components.core.widgets
CircularLoader
Props
Container
Alignment
center
flexEnd
flexStart
spaceAround
spaceBetween
spaceEvenly
Alignment
EdgeInsets
EdgeInsets
FlexDirection
column
row
FlexDirection
Props
NavLinkButton
Props
Scaffold
Props
Subtitle
Props
Title
Props
net.wiringbits.webapp.utils.slinkyUtils.core
GenericHooks
MediaQueryHooks
StyleBuilder
StyleBuilder
net.wiringbits.webapp.utils.slinkyUtils.forms
FormData
FormField
StatefulFormData
StatefulFormData
State
Failed
Filling
Submitted
Submitting
State
slinky-utils
/
net.wiringbits.webapp.utils.slinkyUtils.forms
/
StatefulFormData
StatefulFormData
case
class
StatefulFormData
[
D
<:
FormData
[
_
]](
data:
D
,
state:
State
)
Companion:
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
filling
:
StatefulFormData
[
D
]
def
firstValidationError
:
Option
[
String
]
def
submissionError
:
Option
[
String
]
def
submissionFailed
(
error:
String
):
StatefulFormData
[
D
]
def
submit
:
StatefulFormData
[
D
]
def
submitted
:
StatefulFormData
[
D
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
Concrete fields
val
isInputDisabled
:
Boolean
val
isSubmitButtonDisabled
:
Boolean
val
isSubmitButtonEnabled
:
Boolean
val
isSubmitting
:
Boolean
val
isValid
:
Boolean