Type Members
-
implicit
class
ApplyTags extends AnyRef
-
-
-
-
type
Attrs = generic.Attrs[Element, Element, Node]
-
class
CssNumber[T] extends AnyRef
-
type
Frag = generic.Frag[Element, Node]
-
type
HtmlTag = TypedTag[Element]
-
-
-
-
-
-
-
-
type
Styles = generic.Styles[Element, Element, Node]
-
type
Styles2 = generic.Styles2[Element, Element, Node]
-
type
SvgAttrs = generic.SvgAttrs[Element, Element, Node]
-
type
SvgTag = TypedTag[Element]
-
type
SvgTags = generic.SvgTags[Element, Element, Node]
-
type
Tag = generic.TypedTag[Element, Element, Node]
-
type
Tags = generic.Tags[Element, Element, Node]
-
type
Tags2 = generic.Tags2[Element, Element, Node]
-
type
Util = generic.Util[Element, Element, Node]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
implicit
def
Byte2CssNumber(x: Byte): CssNumber[Byte]
-
implicit
def
ClsModifier(s: Cls): Modifier
-
implicit
def
Double2CssNumber(x: Double): CssNumber[Double]
-
implicit
def
Float2CssNumber(x: Float): CssNumber[Float]
-
val
HtmlTag: TypedTag.type
-
implicit
def
Int2CssNumber(x: Int): CssNumber[Int]
-
implicit
def
Long2CssNumber(x: Long): CssNumber[Long]
-
-
implicit
def
Short2CssNumber(x: Short): CssNumber[Short]
-
-
val
SvgTag: TypedTag.type
-
val
Tag: TypedTag.type
-
final
def
asInstanceOf[T0]: T0
-
implicit
val
booleanAttr: AttrValue[Boolean]
-
implicit
val
booleanPixelStyle: PixelStyleValue[Boolean]
-
implicit
val
booleanStyle: StyleValue[Boolean]
-
implicit
val
byteAttr: AttrValue[Byte]
-
implicit
def
byteFrag(v: Byte): Frag
-
implicit
val
bytePixelStyle: PixelStyleValue[Byte]
-
implicit
val
byteStyle: StyleValue[Byte]
-
def
clone(): AnyRef
-
implicit
val
doubleAttr: AttrValue[Double]
-
implicit
def
doubleFrag(v: Double): Frag
-
implicit
val
doublePixelStyle: PixelStyleValue[Double]
-
implicit
val
doubleStyle: StyleValue[Double]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
implicit
val
floatAttr: AttrValue[Float]
-
implicit
def
floatFrag(v: Float): Frag
-
implicit
val
floatPixelStyle: PixelStyleValue[Float]
-
implicit
val
floatStyle: StyleValue[Float]
-
def
genericAttr[T]: GenericAttr[T]
-
-
def
genericPixelStylePx[T](implicit ev: StyleValue[String]): PixelStyleValue[T]
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
val
intAttr: AttrValue[Int]
-
implicit
def
intFrag(v: Int): Frag
-
implicit
val
intPixelStyle: PixelStyleValue[Int]
-
implicit
val
intStyle: StyleValue[Int]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
val
longAttr: AttrValue[Long]
-
implicit
def
longFrag(v: Long): Frag
-
implicit
val
longPixelStyle: PixelStyleValue[Long]
-
implicit
val
longStyle: StyleValue[Long]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
implicit
val
shortAttr: AttrValue[Short]
-
implicit
def
shortFrag(v: Short): Frag
-
implicit
val
shortPixelStyle: PixelStyleValue[Short]
-
implicit
val
shortStyle: StyleValue[Short]
-
implicit
val
stringAttr: AttrValue[String]
-
implicit
def
stringFrag(v: String): StringFrag
-
implicit
val
stringPixelStyle: PixelStyleValue[String]
-
implicit
val
stringStyle: StyleValue[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Aliases[Element, Element, Node]
Inherited from AnyRef
Inherited from Any
Convenience object for only importing Scalatag's implicits, without importing any of the tags, styles or attributes themselves. This includes conversions to Modifier, typeclass instances for treating strings and numbers as attributes or style values, and other things.