CheckGroup

lui.stack.CheckGroup
See theCheckGroup companion class
object CheckGroup extends Companion[CheckGroup, CheckGroupBuilder]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Companion[CheckGroup, CheckGroupBuilder]
class Object
trait Matchable
class Any
Show all
Self type
CheckGroup.type

Members list

Type members

Classlikes

object keys

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
keys.type

Types

type X = keys.type

Inherited types

protected type In[K, V] = Key[K, B, Source[V]]

Attributes

Inherited from:
Companion
type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
protected type Out[K, V] = Key[K, B, Sink[V]]

Attributes

Inherited from:
Companion

Value members

Concrete methods

def empty: CheckGroupBuilder

Inherited methods

def apply(mods: X => () => CheckGroupBuilder*): C

Attributes

Inherited from:
Companion

Concrete fields

val x: X

Implicits

Implicits

implicit val assignChild: In[child, Checkbox]
implicit val assignChildren: In[children, Seq[Checkbox]]
implicit val assignHorizontal: In[horizontal, Boolean]
implicit val assignLabel: In[label, String]
implicit val assignOut: Out[checked, Seq[String]]