Root

works.iterative.ui.model.forms.IdPath.Root
case object Root extends AbsolutePath

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AbsolutePath
trait IdPath
class Object
trait Matchable
class Any
Show all
Self type
Root.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
override type NestType = AbsolutePath

Attributes

Inherited from:
AbsolutePath

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def /(p: String): AbsolutePath

Inherited methods

def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
def last: String

Attributes

Inherited from:
IdPath
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
AbsolutePath
def segments: Seq[String]

Attributes

Inherited from:
IdPath
def serialize: String

Attributes

Inherited from:
IdPath
def size: Int

Attributes

Inherited from:
IdPath
def startsWith(other: IdPath): Boolean

Attributes

Inherited from:
IdPath
def toHtmlId: String

Attributes

Inherited from:
IdPath
def toHtmlName: String

Attributes

Inherited from:
IdPath
def toMessage(itemType: String)(using messages: MessageCatalogue): String

Attributes

Inherited from:
IdPath
def toMessageId(itemType: String): MessageId

Attributes

Inherited from:
IdPath
def toMessageId: MessageId

Attributes

Inherited from:
IdPath
def toMessageIds(itemType: String): Seq[MessageId]

Attributes

Inherited from:
IdPath
def toMessageOpt(itemType: String)(using messages: MessageCatalogue): Option[String]

Attributes

Inherited from:
IdPath

Concrete fields

override val path: Vector[String]