Packages

c

pine.tag.Attributes

TagAttributesInput

implicit class TagAttributesInput extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagAttributesInput
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TagAttributesInput(tag: Tag[Input])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accept(value: String): Tag[Input]
  5. def accept: scala.Option[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def autocapitalize(value: String): Tag[Input]
  8. def autocapitalize: scala.Option[String]
  9. def autocomplete(value: String): Tag[Input]
  10. def autocomplete: scala.Option[String]
  11. def autocorrect(value: String): Tag[Input]
  12. def autocorrect: scala.Option[String]
  13. def autofocus(value: Boolean): Tag[Input]
  14. def autofocus: Boolean
  15. def autosave(value: String): Tag[Input]
  16. def autosave: scala.Option[String]
  17. def checked(value: Boolean): Tag[Input]
  18. def checked: Boolean
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def disabled(value: Boolean): Tag[Input]
  21. def disabled: Boolean
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def form(value: String): Tag[Input]
  26. def form: scala.Option[String]
  27. def formaction(value: String): Tag[Input]
  28. def formaction: scala.Option[String]
  29. def formenctype(value: String): Tag[Input]
  30. def formenctype: scala.Option[String]
  31. def formmethod(value: String): Tag[Input]
  32. def formmethod: scala.Option[String]
  33. def formnovalidate(value: String): Tag[Input]
  34. def formnovalidate: scala.Option[String]
  35. def formtarget(value: String): Tag[Input]
  36. def formtarget: scala.Option[String]
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  39. def height(value: String): Tag[Input]
  40. def height: scala.Option[String]
  41. def incremental(value: String): Tag[Input]
  42. def incremental: scala.Option[String]
  43. def inputmode(value: String): Tag[Input]
  44. def inputmode: scala.Option[String]
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. def list(value: String): Tag[Input]
  47. def list: scala.Option[String]
  48. def max(value: String): Tag[Input]
  49. def max: scala.Option[String]
  50. def maxlength(value: String): Tag[Input]
  51. def maxlength: scala.Option[String]
  52. def min(value: String): Tag[Input]
  53. def min: scala.Option[String]
  54. def minlength(value: String): Tag[Input]
  55. def minlength: scala.Option[String]
  56. def mozactionhint(value: String): Tag[Input]
  57. def mozactionhint: scala.Option[String]
  58. def multiple(value: String): Tag[Input]
  59. def multiple: scala.Option[String]
  60. def name(value: String): Tag[Input]
  61. def name: scala.Option[String]
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. final def notify(): Unit
    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  65. def pattern(value: String): Tag[Input]
  66. def pattern: scala.Option[String]
  67. def placeholder(value: String): Tag[Input]
  68. def placeholder: scala.Option[String]
  69. def readonly(value: String): Tag[Input]
  70. def readonly: scala.Option[String]
  71. def required(value: Boolean): Tag[Input]
  72. def required: Boolean
  73. def results(value: String): Tag[Input]
  74. def results: scala.Option[String]
  75. def selectionDirection(value: String): Tag[Input]
  76. def selectionDirection: scala.Option[String]
  77. def size(value: Long): Tag[Input]
  78. def size: scala.Option[Long]
  79. def src(value: String): Tag[Input]
  80. def src: scala.Option[String]
  81. def step(value: String): Tag[Input]
  82. def step: scala.Option[String]
  83. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  84. def toString(): String
    Definition Classes
    AnyRef → Any
  85. def type(value: String): Tag[Input]
  86. def type: scala.Option[String]
  87. def usemap(value: String): Tag[Input]
  88. def usemap: scala.Option[String]
  89. def value(value: String): Tag[Input]
  90. def value: scala.Option[String]
  91. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. def width(value: String): Tag[Input]
  95. def width: scala.Option[String]
  96. def x-moz-errormessage(value: String): Tag[Input]
  97. def x-moz-errormessage: scala.Option[String]

Inherited from AnyRef

Inherited from Any

Ungrouped