uk.gov.hmrc.govukfrontend.views.viewmodels.content

Members list

Type members

Classlikes

sealed trait Content

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty
class HtmlContent
class Text
object Content

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Content.type
case object Empty extends Content

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class HtmlContent(value: Html) extends Content

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all
object HtmlContent

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object NonEmptyHtml

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object NonEmptyText

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class Text(value: String) extends Content

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all