Node

oxygen.ui.web.PWidget.Node
See theNode companion object
final case class Node[-Env, +Action, -StateGet, +StateSet <: StateGet](xmlns: Option[String], tag: String, children: Growable[PWidget[Env, Action, StateGet, StateSet]]) extends PWidget[Env, Action, StateGet, StateSet]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PWidget[Env, Action, StateGet, StateSet]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply[Env2 <: Env, Action2 >: Action, StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2](addChildren: PWidget[Env2, Action2, StateGet2, StateSet2]*): Node[Env2, Action2, StateGet2, StateSet2]
def apply(mod: NodeModifier): Node[Env, Action, StateGet, StateSet]
def wrapForm[Env2 <: Env, Action2 >: Action, StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value](form: FormWidget[Env2, Action2, StateGet2, StateSet2, Value]): FormWidget[Env2, Action2, StateGet2, StateSet2, Value]
def wrapForm[Env2 <: Env, Action2 >: Action, StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value](beforeForm: PWidget[Env2, Action2, StateGet2, StateSet2]*)(form: FormWidget[Env2, Action2, StateGet2, StateSet2, Value])(afterForm: PWidget[Env2, Action2, StateGet2, StateSet2]*): FormWidget[Env2, Action2, StateGet2, StateSet2, Value]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product