View

terminus.View
See theView companion enum
opaque object View

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
View.type

Members list

Type members

Classlikes

object ViewMod

Attributes

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

Types

opaque type ViewMod

Inherited and Abstract types

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

Value members

Concrete methods

def horizontal(views: ViewMod*): View
def horizontal(spacing: Int)(views: View*): View
def text(string: String): View
def vertical(views: ViewMod*): View

Concrete fields

val empty: View
val spacer: View

Givens

Givens

given given_Conversion_String_View: Conversion[String, View]