[]
        
(Showing Draft Content)

Interops.Vue.GcCalendar

GcCalendar クラス

コンポーネントのセレクタ GcCalendarComponent

階層

  • GcCalendar

プロパティ

allow-selection

allow-selection: AllowSelection

選択する日付の種別を設定または取得します。

auto-switch

auto-switch: boolean

カレンダーの自動切り替えを有効するかどうかを設定します。

calendar-dimensions

calendar-dimensions: Dimensions

コントロールに表示する月数を設定または取得します。

calendar-type

calendar-type: CalendarType

カレンダーのタイプを設定または取得します。

calendar-type-priority

calendar-type-priority: CalendarType[]

カレンダーの表示形式を設定します。

calendar-year

calendar-year: CalendarYear

カレンダーを会計年度の形式で表示するかどうかを設定または取得します。

calendar-zoom-range

calendar-zoom-range: CalendarZoomRange

カレンダーのズーム範囲をMonthDayまたはLargeScaleYearに設定するかを設定します。

empty-rows

empty-rows: EmptyRows

継承元 GcCalendar.emptyRows

その月の日付を含まない空白行の描画方法を設定または取得します。

enabled

enabled: boolean

継承元 GcCalendar.enabled

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

first-day-of-week

first-day-of-week: DayOfWeek

カレンダーの最初の列に表示する曜日を設定または取得します。

first-fiscal-month

first-fiscal-month: Months

会計年度の最初の月を設定または取得します。

first-month-in-view

first-month-in-view: Months

年-月カレンダーの年と月の書式を設定または取得します。

focus-date

focus-date: Date

継承元 GcCalendar.focusDate

フォーカスを持っている日付を取得または設定します。

getNestedIMControl

getNestedIMControl: (): GcCalendar

対応するコントロール オブジェクトを返却します。

returns

対応するコントロール オブジェクト

型宣言

header-format

header-format: string

カレンダーのヘッダに使用する書式を設定または取得します。

max-date

max-date: Date

継承元 GcCalendar.maxDate

選択可能な日付の最大値を設定または取得します。

max-selection-count

max-selection-count: number

ユーザーが選択できる最大日数を設定または取得します。

min-date

min-date: Date

継承元 GcCalendar.minDate

選択可能な日付の最小値を設定または取得します。

navigator-orientation: NavigatorOrientation

ナビゲータを表示する位置を設定または取得します。

override-tip-text

override-tip-text: string

振替休日のためのツールチップテキストを設定または取得します。

scroll-rate

scroll-rate: number

ナビゲータのスキップボタン1回の操作で移動する月の数を取得または設定します。

selected-date

selected-date: Date

選択されている日付を取得または設定します。

selection-mode

selection-mode: CalendarSelectionMode

カレンダー内で日付を選択する方法を設定または取得します。

show-animation

show-animation: boolean

アニメーション効果を適用するかどうかを設定または取得します。

show-header

show-header: boolean

カレンダーのヘッダを表示するかどうかを設定または取得します。

show-navigator

show-navigator: CalendarNavigators

表示するナビゲータの種類を設定または取得します。

show-rokuyou

show-rokuyou: Rokuyou

日付領域に表示する六曜を設定または取得します。

show-today

show-today: boolean

継承元 GcCalendar.showToday

カレンダーの下側に今日の日付を表示するかどうかを設定または取得します。

show-trailing

show-trailing: boolean

前後の月の隣接日をカレンダーに表示するかどうかを設定または取得します。

show-week-number

show-week-number: boolean

各週の左側に通年で第何週に相当するかを表示するかどうかを設定または取得します。

show-zoom-button

show-zoom-button: boolean

カレンダータイプを切り替えるズームボタンを表示するかどうかを設定または取得します。

visible

visible: boolean

継承元 GcCalendar.visible

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

week-number-select

week-number-select: boolean

週番号のクリックで週全体を選択するかどうか設定します。

week-title-select

week-title-select: boolean

曜日タイトルのクリックで、その曜日全部を選択するかどうか設定します。

year-month-format

year-month-format: string

年-月カレンダーの年と月の書式を設定または取得します。

イベント

onclickdate

onclickdate: (sender: GcCalendar): void

継承元 GcCalendar.ClickDate

日付がクリックされたときに発生します。

型宣言

onfocusdate

onfocusdate: (sender: GcCalendar): void

カレンダー上でフォーカス枠が移動したときに発生します。

型宣言

oninitialized

oninitialized: (sender: GcCalendar): void

コンポーネントの初期化が完了した後でイベントパラメータからコントロールを取得します。

型宣言

onscrolled

onscrolled: (sender: GcCalendar): void

継承元 GcCalendar.Scrolled

カレンダーをスクロールしたときに発生します。

型宣言

onselecteddatechanged

onselecteddatechanged: (sender: GcCalendar): void

直前に選択されていた日付とは異なる日付が選択されたときに発生します。

型宣言