package html
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- html
- ScalaqlHtmlSupport
- DataSourceJavaIOWriteSupport
- DataSourceWriteSupport
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait HtmlStyling[-A] extends Serializable
- class HtmlStylingBuilder[A] extends AnyRef
- class HtmlStylingBuilderMacro extends BaseTypeCheckedBuilder[HtmlStylingBuilder]
- type HtmlTable = GenericTableApi[scalatags.Text.Modifier]
- trait HtmlTableEncoder[A] extends Serializable
- trait HtmlTableEncoderAutoDerivation extends AnyRef
- 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
- 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
- type HtmlTableRow = GenericTableRow[scalatags.Text.Modifier]
- 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]]
- trait LowPriorityHtmlTableEncoders extends AnyRef
- trait ScalaqlHtmlSupport extends DataSourceJavaIOWriteSupport[HtmlTableEncoder, HtmlTableEncoderConfig, HtmlDataSourceWriter, HtmlWriteDsl]
Abstract Value Members
- abstract def getClass(): Class[_ <: AnyRef]
- Definition Classes
- Any
- abstract def write[A]: HtmlWriteDsl[A]
- Definition Classes
- DataSourceWriteSupport
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def hashCode(): Int
- Definition Classes
- Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any
- object HtmlStyling extends Serializable
- object HtmlTable
- object HtmlTableEncoder extends LowPriorityHtmlTableEncoders with HtmlTableEncoderAutoDerivation with Serializable
- object HtmlTableEncoderConfig extends Serializable
- object HtmlTableEncoderContext extends Serializable