oxygen.ui.web.component

Members list

Type members

Classlikes

object Button

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Button.type
object Dropdown

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Dropdown.type
object Form

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Form.type
final case class FormWidget[-Env, +Action, -StateGet, +StateSet <: StateGet, +Value](widget: PWidget[Env, Action, StateGet, StateSet], fields: List[String], stateToValue: StateGet => Result[Value])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FormWidget

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Modal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Modal.type
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 Object
trait Matchable
class Any
object NavBar

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
NavBar.type
object PageBodies

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
PageBodies.type
object PageLayout

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
PageLayout.type
object PageMessagesBottomCorner extends Stateful[Any, Nothing, PageMessages]

Attributes

Supertypes
trait Stateful[Any, Nothing, PageMessages]
trait WithoutProps[Any, Nothing, PageMessages, PageMessages]
class Object
trait Matchable
class Any
Self type
object Section

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Section.type
object Spacing

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Spacing.type
object Table

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Table.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
object ToggleThumb

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object util

Attributes

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

Types

type Form[+Value] = Stateless[Any, Nothing, Value]
type FormA[+Action, +Value] = Stateless[Any, Action, Value]
type FormAS[+Action, State, +Value] = Stateful[Any, Action, State, Value]
type FormE[-Env, +Value] = Stateless[Env, Nothing, Value]
type FormEA[-Env, +Action, +Value] = Stateless[Env, Action, Value]
type FormEAS[-Env, +Action, State, +Value] = Stateful[Env, Action, State, Value]
type FormES[-Env, State, +Value] = Stateful[Env, Nothing, State, Value]
type FormS[State, +Value] = Stateful[Any, Nothing, State, Value]
type SubmitForm[+Value] = Stateless[Any, Submit, Value]
type SubmitFormA[+Action, +Value] = Stateless[Any, Action | Submit, Value]
type SubmitFormAS[+Action, State, +Value] = Stateful[Any, Action | Submit, State, Value]
type SubmitFormE[-Env, +Value] = Stateless[Env, Submit, Value]
type SubmitFormEA[-Env, +Action, +Value] = Stateless[Env, Action | Submit, Value]
type SubmitFormEAS[-Env, +Action, State, +Value] = Stateful[Env, Action | Submit, State, Value]
type SubmitFormES[-Env, State, +Value] = Stateful[Env, Submit, State, Value]
type SubmitFormS[State, +Value] = Stateful[Any, Submit, State, Value]