Tfoot Dsl
class TfootDsl(dslState: DslState) : DslBase<FlowContent> , StatedDsl<FlowContent> , FlowContentDsl<FlowContent>
HTML
elementmodel.Categories: FlowContent
Properties
Functions
Link copied to clipboard
指定された要素をDSLに適用します。
Link copied to clipboard
指定された状態をDSLにマウントします
Link copied to clipboard
DSLにCSS機能を追加する拡張関数(疑似クラス対応)
Link copied to clipboard
open operator fun <TAG : Tag<in FlowContent>> Component0<TAG, in FlowContent>.invoke(key: String? = null)
open operator fun <TAG : Tag<in FlowContent>, DSL> Component1<TAG, in FlowContent, DSL>.invoke(key: String? = null, block: DSL)
コンポーネントを呼び出し、レンダリングするための演算子オーバーロード。
open operator fun <TAG : Tag<in FlowContent>, ARG1, ARG2> Component2<TAG, in FlowContent, ARG1, ARG2>.invoke(arg1: ARG1, arg2: ARG2, key: String? = null)
Component2を呼び出し、レンダリングするための演算子オーバーロード。
open operator fun <TAG : Tag<in FlowContent>, ARG1, ARG2, ARG3> Component3<TAG, in FlowContent, ARG1, ARG2, ARG3>.invoke(arg1: ARG1, arg2: ARG2, arg3: ARG3, key: String? = null)
Component3を呼び出し、レンダリングするための演算子オーバーロード。
open operator fun <TAG : Tag<in FlowContent>, ARG1, ARG2, ARG3, ARG4> Component4<TAG, in FlowContent, ARG1, ARG2, ARG3, ARG4>.invoke(arg1: ARG1, arg2: ARG2, arg3: ARG3, arg4: ARG4, key: String? = null)
Component4を呼び出し、レンダリングするための演算子オーバーロード。
Link copied to clipboard
Link copied to clipboard
サブDSLを現在のDSLに登録
Link copied to clipboard
fun <CONTENT_CATEGORY : PhrasingContent> StatedDsl<out CONTENT_CATEGORY>.t(str: String, key: String? = null)