documentationfor yFiles for HTML 3.0.0.3

Method Return Values

from (MoveFocusDirection)in MoveFocusDirectionConverts the given argument to an enum constant of this enum type.

Method Parameters

from (MoveFocusDirection)in MoveFocusDirectionConverts the given argument to an enum constant of this enum type.
getName (MoveFocusDirection)in MoveFocusDirectionReturns the name of the given enum constant.
extendSelectionTo (MoveFocusDirection)in NavigationInputModeMoves the focus in the given direction, extending the selection to the new element.
findNearestItem (IInputModeContext, IModelItem, MoveFocusDirection, IEnumerable<IModelItem>)in NavigationInputModeDetermines the nearest item in the given direction.
findNextItem (IInputModeContext, MoveFocusDirection)in NavigationInputModeDetermines the next item when a navigation command is executed.
moveFocusTo (MoveFocusDirection)in NavigationInputModeMoves the focus in the given direction, not changing the current selection.
moveTo (MoveFocusDirection)in NavigationInputModeMoves the focus in the given direction, setting the selection to the new element.