uk.gov.hmrc.hmrcfrontend.views.viewmodels.addtoalist

Members list

Type members

Classlikes

case class AddToAList(itemList: Seq[ListItem], itemType: Option[ItemType], itemSize: ItemSize, formAction: Option[String], hintText: Option[String], language: Language)

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Long
object Short
object ItemSize

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ItemSize.type
case class ItemType(singular: String, plural: String)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ItemType.type
case class ListItem(name: String, changeUrl: String, removeUrl: String)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ListItem.type
case object Long extends ItemSize

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ItemSize
class Object
trait Matchable
class Any
Show all
Self type
Long.type
case object Short extends ItemSize

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ItemSize
class Object
trait Matchable
class Any
Show all
Self type
Short.type