oxygen.ui.web.component
package oxygen.ui.web.component
Members list
Type members
Classlikes
final case class Form[-Env, -StateGet, +StateSet <: StateGet, Value](widget: PWidget[Env, Submit, StateGet, StateSet], fields: List[String], stateToValue: StateGet => Either[FormValidationErrors, Value])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Form
final class NavBar[-Env, +Action, -StateGet, +StateSet <: StateGet](props: Props, leftItems: Seq[NavBarElemBuilder => PWidget[Env, Action, StateGet, StateSet]], rightItems: Seq[NavBarElemBuilder => PWidget[Env, Action, StateGet, StateSet]])
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object NavBar
object PageBodies
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PageBodies.type
object PageLayout
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PageLayout.type
object PageMessagesBottomCorner extends Stateful[Any, Nothing, PageMessages]
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object TextInput
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TextInput.type
object ToggleThumb
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ToggleThumb.type
In this article