クラス IgxMonthsViewComponent

階層

  • IgxMonthsViewComponent

実装

  • ControlValueAccessor

Index

コンストラクタ

プロパティ

アクセサー

メソッド

コンストラクタ

constructor

プロパティ

el

el: ElementRef<any>

formatView

formatView: boolean = true

locale および monthFormat に基づいて ビューを描画するかどうかを取得または設定します。

id

id: string = ...

月ピッカーの id を取得または設定します。 設定しない場合、id"igx-months-view-0" 値を持ちます。

<igx-months-view id="my-months-view"></igx-months-view>
let monthsViewId =  this.monthsView.id;
@次のメンバー:

IgxMonthsViewComponent

selected

selected: EventEmitter<Date> = ...

月ビューで選択が実行されるときにイベントを発生します。 IgxMonthsViewComponentdate プロパティへの参照を提供します。

<igx-months-view (selected)="onSelection($event)"></igx-months-view>
@次のメンバー:

IgxMonthsViewComponent

アクセサー

date

  • get date(): Date
  • set date(value: Date): void

locale

  • get locale(): string
  • set locale(value: string): void

monthFormat

  • get monthFormat(): any
  • set monthFormat(value: any): void

メソッド

resetActiveMonth

  • resetActiveMonth(): void