Class

pine.tag.Attributes

TagAttributesButton

Related Doc: package Attributes

Permalink

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

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def autocomplete(value: String): Tag[Button]

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

    Permalink
  7. def autofocus(value: Boolean): Tag[Button]

    Permalink
  8. def autofocus: Boolean

    Permalink
  9. def clone(): AnyRef

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

    Permalink
  11. def disabled: Boolean

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

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

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

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

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

    Permalink
  17. def formaction(value: String): Tag[Button]

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

    Permalink
  19. def formenctype(value: String): Tag[Button]

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

    Permalink
  21. def formmethod(value: String): Tag[Button]

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

    Permalink
  23. def formnovalidate(value: String): Tag[Button]

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

    Permalink
  25. def formtarget(value: String): Tag[Button]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def name(value: String): Tag[Button]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
  39. def value(value: String): Tag[Button]

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

    Permalink
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped