Node

oxygen.ui.web.create.widget$package.Node
object Node

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Node.type

Members list

Type members

Types

type Const = Node[Any, Nothing, Any, Nothing]
type Polymorphic[-Env, +Action, -StateGet, +StateSet <: StateGet] = Node[Env, Action, StateGet, StateSet]
type Stateful[-Env, +Action, State] = Node[Env, Action, State, State]
type Stateless[-Env, +Action] = Node[Env, Action, Any, Nothing]

Value members

Concrete methods

def apply(xmlns: String, tag: String): Node
def apply(tag: String): Node