Form

oxygen.ui.web.component.Form
See theForm companion class
object Form

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Form.type

Members list

Type members

Classlikes

final class OnSubmitBuilder[Env, State, Value](form: Stateful[Env, State, Value])

Attributes

Supertypes
class Object
trait Matchable
class Any
final class OnSubmitBuilderASV[Env, Action2, State, Value](form: Stateful[Env, State, Value])

Attributes

Supertypes
class Object
trait Matchable
class Any
object Submit

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Submit.type
object dropdown

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
dropdown.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object submitButton

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object textArea

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
textArea.type
object textField

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
textField.type

Types

type Stateful[Env, State, Value] = Form[Env, State, State, Value]
type Stateless[Env, Value] = Form[Env, Any, Nothing, Value]
type Submit = Submit.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def elementLabel(labelText: String, descriptionText: Specified[Const], labelMod: NodeModifier): Const
def unit[Env, StateGet, StateSet <: StateGet](widget: PWidget[Env, Submit, StateGet, StateSet]): Form[Env, StateGet, StateSet, Unit]

Extensions

Extensions

extension [Env, State, Value](self: Stateful[Env, State, Value])
def &&[Env2 <: Env, Value2](that: Stateful[Env2, State, Value2])(using zip: Zip[Value, Value2]): Stateful[Env2, State, zip.Out]
def onSubmit: OnSubmitBuilder[Env, State, Value]
inline def zoomOut[OuterState](inline f: OuterState => State): Stateful[Env, OuterState, Value]
extension [Env, State, Value](self: Stateful[Env, State, Option[Value]])
def required: Stateful[Env, State, Value]