PModifier

harness.webUI.vdom.PModifier$
See thePModifier companion trait
object PModifier

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Simple

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Simple.type
trait Simple[+Action, -StateGet, +StateSet <: StateGet, +Value] extends PModifier[Action, StateGet, StateSet, Value]

Attributes

Companion:
object
Graph
Supertypes
trait PModifier[Action, StateGet, StateSet, Value]
class Object
trait Matchable
class Any
Self type
Simple[Action, StateGet, StateSet, Value]
object builder

Attributes

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

Value members

Concrete methods

def apply(modifier0: Modifier, modifierN: Modifier*): PModifier[Nothing, Any, Nothing, Unit]
def apply[Action, StateGet, StateSet <: StateGet](modifiers: PModifier[Action, StateGet, StateSet, Any]*): PModifier[Action, StateGet, StateSet, Unit]
def cssAttr(scopedName: ScopedName, value: String): CModifier
def foreach[I, Action, StateGet, StateSet <: StateGet](iter: IterableOnce[I])(widgetF: I => PModifier[Action, StateGet, StateSet, Any]): PModifier[Action, StateGet, StateSet, Unit]
def keyAttr(name: String, value: Any): CModifier
def show[S]: Modifier[S]
def showJson[S](using evidence$1: JsonEncoder[S]): Modifier[S]
def stdAttr(scopedName: ScopedName, value: String): CModifier
def textElement(text: String): PModifier[Nothing, Any, Nothing, Unit]