FullPath

works.iterative.ui.model.forms.IdPath.FullPath
case class FullPath(path: Vector[String]) extends AbsolutePath

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AbsolutePath
trait IdPath
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

override type NestType = AbsolutePath

Attributes

Inherited from:
AbsolutePath

Value members

Concrete methods

def /(p: String): AbsolutePath

Inherited methods

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