Packages

package html

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. html
  2. ScalaqlHtmlSupport
  3. DataSourceJavaIOWriteSupport
  4. DataSourceWriteSupport
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. trait HtmlStyling[-A] extends Serializable
  2. class HtmlStylingBuilder[A] extends AnyRef
  3. class HtmlStylingBuilderMacro extends BaseTypeCheckedBuilder[HtmlStylingBuilder]
  4. type HtmlTable = GenericTableApi[scalatags.Text.Modifier]
  5. trait HtmlTableEncoder[A] extends Serializable
  6. trait HtmlTableEncoderAutoDerivation extends AnyRef
  7. case class HtmlTableEncoderConfig[A](htmlTag: TypedTag[String], headTag: TypedTag[String], bodyTag: TypedTag[String], tableTag: TypedTag[String], trTag: TypedTag[String], thTag: TypedTag[String], tdTag: TypedTag[String], naming: Naming, styling: HtmlStyling[A]) extends Product with Serializable
  8. case class HtmlTableEncoderContext(location: CodecPath, headers: List[String], trTag: TypedTag[String], thTag: TypedTag[String], tdTag: TypedTag[String], fieldStyles: (String) => List[scalatags.Text.Modifier]) extends TableApiWriteContext[HtmlTableEncoderContext] with Product with Serializable
  9. type HtmlTableRow = GenericTableRow[scalatags.Text.Modifier]
  10. class HtmlWriteDsl[A] extends DataSourceWriteDsl[A, Writer, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]] with DataSourceJavaIOWriteDslMixin[A, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]] with DataSourceFilesWriteDslMixin[A, Writer, HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl[A]]
  11. trait LowPriorityHtmlTableEncoders extends AnyRef
  12. trait ScalaqlHtmlSupport extends DataSourceJavaIOWriteSupport[HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl]

Abstract Value Members

  1. abstract def getClass(): Class[_ <: AnyRef]
    Definition Classes
    Any
  2. abstract def write[A]: HtmlWriteDsl[A]
    Definition Classes
    DataSourceWriteSupport

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  6. def hashCode(): Int
    Definition Classes
    Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def toString(): String
    Definition Classes
    Any
  9. object HtmlStyling extends Serializable
  10. object HtmlTable
  11. object HtmlTableEncoder extends LowPriorityHtmlTableEncoders with HtmlTableEncoderAutoDerivation with Serializable
  12. object HtmlTableEncoderConfig extends Serializable
  13. object HtmlTableEncoderContext extends Serializable

Ungrouped