org.hyperscala

html

package html

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. html
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CopyableHTMLTag[T <: HTMLTag] extends AnyRef

  2. implicit class EnhancedJsonObject extends AnyRef

  3. trait FormField extends BodyChild

  4. trait HTMLPage extends Page

  5. trait HTMLTag extends IdentifiableTag

    NOTE: This file has been generated.

  6. case class HTMLTagType[T <: HTMLTag](htmlName: String, clazz: Class[T]) extends EnumEntry with Product with Serializable

  7. case class SpaceValueRemoved[K, V](key: K, value: V) extends Product with Serializable

  8. trait Spaces[K, V] extends Listenable

  9. class StaticHTML extends HTMLTag with BodyChild

  10. class StyleSpaces extends Style with Spaces[String, StyleSheet]

Value Members

  1. object FormField

  2. object HTMLCloner

  3. object HTMLPage

  4. object HTMLTag

  5. object HTMLTagType extends Enumerated[HTMLTagType[_ <: HTMLTag]] with Serializable

  6. package attributes

  7. package constraints

  8. implicit def double2FontSizeInt(d: Double): FontSizeInt

  9. implicit def double2LengthInt(d: Double): LengthInt

  10. implicit def int2FontSizeInt(i: Int): FontSizeInt

  11. implicit def int2LengthInt(i: Int): LengthInt

  12. implicit def int2ZIndex(i: Int): ZIndex

  13. implicit def it2Rit[T <: IdentifiableTag](t: T): ReIdentifiable[T]

  14. implicit def l2Fs(l: Length): FontSize

  15. implicit def s2Text(s: String): Text

    Support conversion from String to Text instance

  16. package tag

  17. implicit def tag2CopyableTag[T <: HTMLTag](t: T): CopyableHTMLTag[T]

  18. package util

Inherited from AnyRef

Inherited from Any

Ungrouped