c
uk.gov.hmrc.hmrcfrontend.views.viewmodels.charactercount
CharacterCount
Companion object CharacterCount
case class CharacterCount(id: String = "", name: String = "", rows: Int = 5, value: Option[String] = None, maxLength: Option[Int] = None, maxWords: Option[Int] = None, threshold: Option[Int] = None, label: Label = Label(), hint: Option[Hint] = None, errorMessage: Option[ErrorMessage] = None, formGroupClasses: String = "", classes: String = "", attributes: Map[String, String] = Map.empty, spellcheck: Option[Boolean] = None, countMessageClasses: String = "", language: Language = En) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CharacterCount
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CharacterCount(id: String = "", name: String = "", rows: Int = 5, value: Option[String] = None, maxLength: Option[Int] = None, maxWords: Option[Int] = None, threshold: Option[Int] = None, label: Label = Label(), hint: Option[Hint] = None, errorMessage: Option[ErrorMessage] = None, formGroupClasses: String = "", classes: String = "", attributes: Map[String, String] = Map.empty, spellcheck: Option[Boolean] = None, countMessageClasses: String = "", language: Language = En)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Map[String, String]
- val classes: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val countMessageClasses: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errorMessage: Option[ErrorMessage]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val formGroupClasses: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hint: Option[Hint]
- val id: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: Label
- val language: Language
- val maxLength: Option[Int]
- val maxWords: Option[Int]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val rows: Int
- val spellcheck: Option[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val threshold: Option[Int]
- val value: Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()