Packages

package addtoalist

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AddToAList(itemList: Seq[ListItem] = Seq.empty, itemType: Option[ItemType] = None, itemSize: ItemSize = Short, formAction: Option[String] = None, hintText: Option[String] = None, language: Language = En) extends Product with Serializable
  2. trait ItemSize extends AnyRef
  3. case class ItemType(singular: String, plural: String) extends Product with Serializable
  4. case class ListItem(name: String, changeUrl: String, removeUrl: String) extends Product with Serializable

Value Members

  1. object AddToAList extends Serializable
  2. object ItemSize
  3. object ItemType extends Serializable
  4. object ListItem extends Serializable
  5. object Long extends ItemSize with Product with Serializable
  6. object Short extends ItemSize with Product with Serializable

Ungrouped