UtilsSupport
uk.gov.hmrc.supportfrontend.views.UtilsSupport
trait UtilsSupport
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Type members
Classlikes
object NonEmptyString
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NonEmptyString.type
Value members
Concrete methods
Creates an HTML fragment with pairs of attribute=value. The attributes HTML fragment is padded on the left with 1 space by default so when it is used in a template it is nicely separated from the previous element.
Creates an HTML fragment with pairs of attribute=value. The attributes HTML fragment is padded on the left with 1 space by default so when it is used in a template it is nicely separated from the previous element.
Attributes
- Returns
-
Html
Creates a space-separated list of CSS classes to be included in a template.
Creates a space-separated list of CSS classes to be included in a template.
Attributes
def toGovukPluralisedI18nAttributes(translationKey: String, pluralForms: Option[Map[String, String]]): Map[String, String]
In this article