NavBar

oxygen.ui.web.component.NavBar
See theNavBar companion class
object NavBar

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NavBar.type

Members list

Type members

Classlikes

final class NavBarElemBuilder(side: Side, props: Props)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Props(navBarHeight: String, navBarColor: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type Const = Stateless[Any, Nothing]
type Stateful[-Env, +Action, State] = NavBar[Env, Action, State, State]
type Stateless[-Env, +Action] = NavBar[Env, Action, Any, Nothing]

Value members

Concrete methods

def make[Env, Action, StateGet, StateSet <: StateGet](props: Props)(leftItems: NavBarElemBuilder => PWidget[Env, Action, StateGet, StateSet]*)(rightItems: NavBarElemBuilder => PWidget[Env, Action, StateGet, StateSet]*): NavBar[Env, Action, StateGet, StateSet]