Packages

case object StringFieldBehavior extends TextFieldBehavior with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, TextFieldBehavior, CustomFieldBehavior, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringFieldBehavior
  2. Serializable
  3. Product
  4. Equals
  5. TextFieldBehavior
  6. CustomFieldBehavior
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def createHtml(repository: RepositoryInfo, fieldId: Int, fieldName: String, constraints: Option[String])(implicit context: Context): String
  2. def fieldHtml(repository: RepositoryInfo, issueId: Int, fieldId: Int, fieldName: String, constraints: Option[String], value: String, editable: Boolean)(implicit context: Context): String
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def validate(name: String, constraints: Option[String], value: String, messages: Messages): Option[String]