uk.gov.hmrc.hmrcfrontend.views.viewmodels.listwithactions
Members list
Type members
Classlikes
case class ListWithActions(items: Seq[ListWithActionsItem], classes: String, attributes: Map[String, String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ListWithActions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ListWithActions.type
final case class ListWithActionsAction(href: String, content: Content, visuallyHiddenText: Option[String], classes: String, attributes: Map[String, String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ListWithActionsAction
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class ListWithActionsItem(name: Content, actions: Seq[ListWithActionsAction], classes: Option[String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ListWithActionsItem
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ListWithActionsItem.type
In this article