Sub Basic Dsl State
class SubBasicDslState(val key: String, parent: BasicDslStateBase, component: Component<*>, stateContext: StateContext) : BasicDslStateBase, DslState
子DSLの状態クラス
親DSL状態に属する子状態を表すクラスです。 タグコンポーネントの場合は独自の要素を持ち、そうでない場合は親の要素を利用します。
Constructors
Link copied to clipboard
constructor(key: String, parent: BasicDslStateBase, component: Component<*>, stateContext: StateContext)
Properties
Functions
Link copied to clipboard
DSLを適用します。
Link copied to clipboard
DSL状態データを取得します。
Link copied to clipboard
現在のDSL状態に関連付けられた要素のリストを取得します。
Link copied to clipboard
指定された子DSLの状態のインデックスを取得します。
Link copied to clipboard
子DSLの状態を取得または作成する
Link copied to clipboard
新しい要素を作成します。
Link copied to clipboard
指定されたインデックスに要素を設定します。
Link copied to clipboard
子DSLの状態のリストを設定します。