RecordGridKeyPress (クラス)
public RecordGridKeyPress {inherits KeyPress}
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.GUI.CONTROL-LOGICAL.

RecordGrid 階層内のオブジェクト間の転送用 KeyPress です。

説明

これらのイベントは、他の KeyPress イベントに基づいてのみ作成され、それらのイベントのラッパーとみなされます。

コンストラクタ
default:このオブジェクトを作成します。
コンストラクタ public {RecordGridKeyPress.default key-press:KeyPress, upwards?:bool}

プロパティ
original:このイベントを発生させた基の KeyPress イベントです。
フィールド public constant RecordGridKeyPress.original:KeyPress
upwards?:このイベントが、UI に向かって上に伝播するかセルに向かって下に伝播するかを示します。
フィールド public RecordGridKeyPress.upwards?:bool
プロパティ 継承 KeyPress: flags, insertable?, keypad?, normal?, repeat?, shifty?, unmodified?, value
プロパティ 継承 KeyEvent: focus-manager
プロパティ 継承 GuiInputEvent: accel?, alt?, command?, ctrl?, has-coordinates?, menu?, shift?, state-mask, test-recorded?, x, y
プロパティ 継承 GuiWindowEvent: event-time, to-DragEventInfo
プロパティ 継承 GuiEvent: consumed?

メソッド
consume:このメソッドは Event を消費し、その GuiEvent.consumed? プロパティを true に設定します。
public {RecordGridKeyPress.consume}:void
メソッド 継承 KeyPress: clear-state, fire-methods
メソッド 継承 GuiInputEvent: modifiers-match?, shift-xy
メソッド 継承 GuiWindowEvent: set-view
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {RecordGridKeyPress.default key-press:KeyPress, upwards?:bool}

このオブジェクトを作成します。

key-press: オリジナルの KeyPress イベントです。
upwards?: イベントが RecordGrid 階層を上に移動することを意図されているかどうかを示します。



プロパティ詳細
original (フィールド)
public constant RecordGridKeyPress.original:KeyPress

このイベントを発生させた基の KeyPress イベントです。

導入: バージョン 6.0


upwards? (フィールド)
public RecordGridKeyPress.upwards?:bool

このイベントが、UI に向かって上に伝播するかセルに向かって下に伝播するかを示します。

導入: バージョン 6.0





メソッド詳細
consume (メソッド)
public {RecordGridKeyPress.consume}:void

このメソッドは Event を消費し、その GuiEvent.consumed? プロパティを true に設定します。

説明

GuiEvent.consume は、このイベントのハンドラがすでに特定のアクションを行っていることを通知します。このシグナルは、後で呼び出されるイベント ハンドラに与えられます。

SCSK 株式会社が定義した一部のイベントを消費するアクションには、特定の意味が割り当てられています。たとえば、PointerEvent の消費により、現在のターゲット オブジェクトのグラフィックの祖先でイベントが発生するのを防ぎます。

オーバーライド

通常はオーバーライドされません。