RelPath

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

Attributes

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

Members list

Type members

Inherited types

override type NestType = RelativePath

Attributes

Inherited from:
RelativePath

Value members

Concrete methods

def /(p: String): RelativePath

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
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