oxygen.ui.web.component.FormWidget
See theFormWidget companion class
object FormWidget
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FormWidget.type
Members list
Type members
Classlikes
object HandleActionBuilders
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HandleActionBuilders.type
object Result
Types
type Polymorphic[-Env, +Action, -StateGet, +StateSet <: StateGet, +Value] = FormWidget[Env, Action, StateGet, StateSet, Value]
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Extensions
Extensions
extension [Env, Action >: Submit, State, Value](self: Stateful[Env, Action, State, Value])
def onSubmitPartial(using ev: UnionRemoving[Action, Submit]): StatefulPS[Env, Action, State, Value, Submit, ev.Remaining]
extension [Env, Action, State, Value](self: Stateful[Env, Action, State, Option[Value]])
In this article