oxygen.ui.web.component

Members list

Type members

Classlikes

object Button extends Decorable

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Form.type
object HorizontalRadio extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
object InfoSection extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
object Label extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
Label.type
object Modal extends Decorable

Attributes

Supertypes
class Decorable
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

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
object Section extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
Section.type
object SectionHeader extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
object SectionWithHeader extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
object Spacing

Attributes

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

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
Table.type
object TextArea extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
TextArea.type
object TextField extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
TextField.type
object ToggleThumb extends Decorable

Attributes

Supertypes
class Decorable
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]