FlyoutSeparator クラス
フライアウト内の要素間のギャップの表現。
署名:
export declare class FlyoutSeparator implements IBoundedElement, IFocusableNode
実装: IBoundedElement、IFocusableNode
コンストラクタ
| コンストラクタ | 修飾子 | 説明 |
|---|---|---|
| (コンストラクタ)(ギャップ、軸) | 新しい区切り文字を作成します。 |
メソッド
| メソッド | 修飾子 | 説明 |
|---|---|---|
| canBeFocused() | IFocusableNode.canBeFocused をご覧ください。 | |
| getBoundingRectangle() | このセパレータの境界ボックスを返します。 | |
| getFocusableElement() | IFocusableNode.getFocusableElement をご覧ください。 | |
| getFocusableTree() | IFocusableNode.getFocusableTree をご覧ください。 | |
| isNavigable() | false を返して、このセパレータにキーボードで移動できないようにします。 | |
| moveBy(dx, dy, _reason) | このセパレータの位置を変更します。 | |
| onNodeBlur() | IFocusableNode.onNodeBlur をご覧ください。 | |
| onNodeFocus() | IFocusableNode.onNodeFocus をご覧ください。 |