Packages

c

pine.tag.Attributes

TagAttributesButton

implicit class TagAttributesButton extends AnyRef

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

Instance Constructors

  1. new TagAttributesButton(tag: Tag[Button])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def autocomplete(value: String): Tag[Button]
  6. def autocomplete: scala.Option[String]
  7. def autofocus(value: Boolean): Tag[Button]
  8. def autofocus: Boolean
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def disabled(value: Boolean): Tag[Button]
  11. def disabled: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def form(value: String): Tag[Button]
  16. def form: scala.Option[String]
  17. def formaction(value: String): Tag[Button]
  18. def formaction: scala.Option[String]
  19. def formenctype(value: String): Tag[Button]
  20. def formenctype: scala.Option[String]
  21. def formmethod(value: String): Tag[Button]
  22. def formmethod: scala.Option[String]
  23. def formnovalidate(value: String): Tag[Button]
  24. def formnovalidate: scala.Option[String]
  25. def formtarget(value: String): Tag[Button]
  26. def formtarget: scala.Option[String]
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def name(value: String): Tag[Button]
  31. def name: scala.Option[String]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def type(value: String): Tag[Button]
  38. def type: scala.Option[String]
  39. def value(value: String): Tag[Button]
  40. def value: scala.Option[String]
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped