[]
        
(Showing Draft Content)

Interops.Angular.GcStepper

GcStepper クラス

階層

  • GcStepper

プロパティ

activeIndex

activeIndex: number

現在アクティブなステップのインデックスを設定します。

activeIndicatorIcon

activeIndicatorIcon: string | ((): Element )

現在のステップインジケーターのアイコンを設定します。

animation

animation: boolean

継承元 GcStepper.animation

アニメーションを有効にするかどうかを取得または設定します。​

enabled

enabled: boolean

継承元 GcStepper.enabled

コントロールやオブジェクトを有効にするかどうかを示す値を設定または取得します。

headerPosition

headerPosition: StepperHeaderPosition

ヘッダー領域の位置を取得または設定します。

height

height: number | string

継承元 GcStepper.height

コントロールの高さを設定もしくは取得します。

invalidIndicatorIcon

invalidIndicatorIcon: string | ((): Element )

データが無効な場合のステップインジケーターアイコンを設定します。

labelPosition

labelPosition: StepperLabelPosition

ラベルの位置を取得または設定します。

linear

linear: boolean

継承元 GcStepper.linear

線形モードであるかどうかを取得または設定します。

orientation

orientation: StepperOrientation

方向を取得または設定します。

readOnly

readOnly: boolean

継承元 GcStepper.readOnly

コントロールを読み取り専用モードにするかどうかを取得または設定します。

stepType

stepType: StepperStepType

継承元 GcStepper.stepType

ステップ識別子の表示タイプを取得または設定します。

steps

必要なステップを設定します。

validIndicatorIcon

validIndicatorIcon: string | ((): Element )

データが有効な場合のステップインジケーターアイコンを設定します。

visible

visible: boolean

継承元 GcStepper.visible

コントロールをページに表示するかどうかを示す値を設定または取得します。

width

width: number | string

継承元 GcStepper.width

コントロールの幅を設定もしくは取得します。

イベント

stepChanged

stepChanged: (sender: GcStepper, args: StepperStepChangedEventArgs): void

ステップ切り替えが完了した後に発生します。​​

型宣言

stepChanging

stepChanging: (sender: GcStepper, args: StepperStepChangingEventArgs): void

​​ステップの切り替え前に発生します。​​

型宣言