RelativePath

works.iterative.ui.model.forms.RelativePath
sealed trait RelativePath extends IdPath

Attributes

Graph
Supertypes
trait IdPath
class Object
trait Matchable
class Any
Known subtypes
object Empty
class RelPath

Members list

Type members

Types

override type NestType = RelativePath

Value members

Inherited methods

def last: String

Attributes

Inherited from:
IdPath
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

Inherited and Abstract methods

def /(id: RelativePath): NestType

Attributes

Inherited from:
IdPath
def /(id: String): NestType

Attributes

Inherited from:
IdPath
def path: Vector[String]

Attributes

Inherited from:
IdPath
def up: NestType

Attributes

Inherited from:
IdPath