NodeModifier

oxygen.ui.web.create.NodeModifier
See theNodeModifier companion object
final case class NodeModifier(before: Widget, after: Widget)

Attributes

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

Members list

Value members

Concrete methods

node(that.before, this.before, node.children, that.after, this.after)

node(that.before, this.before, node.children, that.after, this.after)

Attributes

node(this.before, that.before, node.children, that.after, this.after)

node(this.before, that.before, node.children, that.after, this.after)

Attributes

node(that.before, this.before, node.children, this.after, that.after)

node(that.before, this.before, node.children, this.after, that.after)

Attributes

node(this.before, that.before, node.children, this.after, that.after)

node(this.before, that.before, node.children, this.after, that.after)

Attributes

def apply[Env, Action, StateGet, StateSet <: StateGet](node: Node[Env, Action, StateGet, StateSet]): Node[Env, Action, StateGet, StateSet]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product