Form
oxygen.ui.web.component.Form$package.Form
object Form
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Form.type
Members list
Type members
Types
type Polymorphic[-Env, +Action, -StateGet, +StateSet <: StateGet, +Value] = PForm[Env, Action, StateGet, StateSet, Value]
Value members
Concrete methods
def apply[Env, Action, StateGet, StateSet <: StateGet, Value](widget: PWidget[Env, Action, StateGet, StateSet], fields: List[String], stateToValue: StateGet => FormResult[Value]): PForm[Env, Action, StateGet, StateSet, Value]
def makeWithValidation[Env, Action, State, Value](fields: List[String], widget: Stateful[Env, Action, State])(stateToValue: State => EitherMessage[Value]): Stateful[Env, Action, State, Value]
def makeWithValidation[Env, Action, State, Value](field: String, widget: Stateful[Env, Action, State])(stateToValue: State => EitherMessage[Value]): Stateful[Env, Action, State, Value]
def makeWithValidation[Env, Action, State, Value](widget: Stateful[Env, Action, State])(stateToValue: State => EitherMessage[Value]): Stateful[Env, Action, State, Value]
def makeWithValidations[Env, Action, State, Value](fields: List[String], widget: Stateful[Env, Action, State])(stateToValue: State => EitherMessages[Value]): Stateful[Env, Action, State, Value]
def makeWithValidations[Env, Action, State, Value](field: String, widget: Stateful[Env, Action, State])(stateToValue: State => EitherMessages[Value]): Stateful[Env, Action, State, Value]
def makeWithValidations[Env, Action, State, Value](widget: Stateful[Env, Action, State])(stateToValue: State => EitherMessages[Value]): Stateful[Env, Action, State, Value]
In this article