Class

pine.tag.Attributes

TagAttributesInput

Related Doc: package Attributes

Permalink

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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accept(value: String): Tag[Input]

    Permalink
  5. def accept: scala.Option[String]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def autocapitalize(value: String): Tag[Input]

    Permalink
  8. def autocapitalize: scala.Option[String]

    Permalink
  9. def autocomplete(value: String): Tag[Input]

    Permalink
  10. def autocomplete: scala.Option[String]

    Permalink
  11. def autocorrect(value: String): Tag[Input]

    Permalink
  12. def autocorrect: scala.Option[String]

    Permalink
  13. def autofocus(value: Boolean): Tag[Input]

    Permalink
  14. def autofocus: Boolean

    Permalink
  15. def autosave(value: String): Tag[Input]

    Permalink
  16. def autosave: scala.Option[String]

    Permalink
  17. def checked(value: Boolean): Tag[Input]

    Permalink
  18. def checked: Boolean

    Permalink
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def disabled(value: Boolean): Tag[Input]

    Permalink
  21. def disabled: Boolean

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def form(value: String): Tag[Input]

    Permalink
  26. def form: scala.Option[String]

    Permalink
  27. def formaction(value: String): Tag[Input]

    Permalink
  28. def formaction: scala.Option[String]

    Permalink
  29. def formenctype(value: String): Tag[Input]

    Permalink
  30. def formenctype: scala.Option[String]

    Permalink
  31. def formmethod(value: String): Tag[Input]

    Permalink
  32. def formmethod: scala.Option[String]

    Permalink
  33. def formnovalidate(value: String): Tag[Input]

    Permalink
  34. def formnovalidate: scala.Option[String]

    Permalink
  35. def formtarget(value: String): Tag[Input]

    Permalink
  36. def formtarget: scala.Option[String]

    Permalink
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. def height(value: String): Tag[Input]

    Permalink
  40. def height: scala.Option[String]

    Permalink
  41. def incremental(value: String): Tag[Input]

    Permalink
  42. def incremental: scala.Option[String]

    Permalink
  43. def inputmode(value: String): Tag[Input]

    Permalink
  44. def inputmode: scala.Option[String]

    Permalink
  45. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  46. def list(value: String): Tag[Input]

    Permalink
  47. def list: scala.Option[String]

    Permalink
  48. def max(value: String): Tag[Input]

    Permalink
  49. def max: scala.Option[String]

    Permalink
  50. def maxlength(value: String): Tag[Input]

    Permalink
  51. def maxlength: scala.Option[String]

    Permalink
  52. def min(value: String): Tag[Input]

    Permalink
  53. def min: scala.Option[String]

    Permalink
  54. def minlength(value: String): Tag[Input]

    Permalink
  55. def minlength: scala.Option[String]

    Permalink
  56. def mozactionhint(value: String): Tag[Input]

    Permalink
  57. def mozactionhint: scala.Option[String]

    Permalink
  58. def multiple(value: String): Tag[Input]

    Permalink
  59. def multiple: scala.Option[String]

    Permalink
  60. def name(value: String): Tag[Input]

    Permalink
  61. def name: scala.Option[String]

    Permalink
  62. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  63. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  65. def pattern(value: String): Tag[Input]

    Permalink
  66. def pattern: scala.Option[String]

    Permalink
  67. def placeholder(value: String): Tag[Input]

    Permalink
  68. def placeholder: scala.Option[String]

    Permalink
  69. def readonly(value: String): Tag[Input]

    Permalink
  70. def readonly: scala.Option[String]

    Permalink
  71. def required(value: Boolean): Tag[Input]

    Permalink
  72. def required: Boolean

    Permalink
  73. def results(value: String): Tag[Input]

    Permalink
  74. def results: scala.Option[String]

    Permalink
  75. def selectionDirection(value: String): Tag[Input]

    Permalink
  76. def selectionDirection: scala.Option[String]

    Permalink
  77. def size(value: Long): Tag[Input]

    Permalink
  78. def size: scala.Option[Long]

    Permalink
  79. def src(value: String): Tag[Input]

    Permalink
  80. def src: scala.Option[String]

    Permalink
  81. def step(value: String): Tag[Input]

    Permalink
  82. def step: scala.Option[String]

    Permalink
  83. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  84. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  85. def type(value: String): Tag[Input]

    Permalink
  86. def type: scala.Option[String]

    Permalink
  87. def usemap(value: String): Tag[Input]

    Permalink
  88. def usemap: scala.Option[String]

    Permalink
  89. def value(value: String): Tag[Input]

    Permalink
  90. def value: scala.Option[String]

    Permalink
  91. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. def width(value: String): Tag[Input]

    Permalink
  95. def width: scala.Option[String]

    Permalink
  96. def x-moz-errormessage(value: String): Tag[Input]

    Permalink
  97. def x-moz-errormessage: scala.Option[String]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped