uk.gov.hmrc.govukfrontend.views.viewmodels.fieldset

Members list

Type members

Classlikes

final case class Fieldset(describedBy: Option[String], legend: Option[Legend], classes: String, role: Option[String], attributes: Map[String, String], html: Html)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Fieldset.type
final case class Legend(content: Content, classes: String, isPageHeading: Boolean)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Legend.type