Factory

final
class Factory(val this: String) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Creates a trigger attribute without defaults (attribute must be present).

Creates a trigger attribute without defaults (attribute must be present).

def ar(values: ControlValues): Attribute

Creates an attribute with defaults (attribute may be absent).

Creates an attribute with defaults (attribute may be absent).

Creates an attribute without defaults (attribute must be present).

Creates an attribute without defaults (attribute must be present).

def ir(values: ControlValues): Attribute

Creates an attribute with defaults (attribute may be absent).

Creates an attribute with defaults (attribute may be absent).

Creates an attribute without defaults (attribute must be present).

Creates an attribute without defaults (attribute must be present).

def kr(values: ControlValues): Attribute

Creates an attribute with defaults (attribute may be absent).

Creates an attribute with defaults (attribute may be absent).

Creates a trigger attribute without defaults (attribute must be present).

Creates a trigger attribute without defaults (attribute must be present).

Concrete fields

val this: String