documentationfor yFiles for HTML 2.6

Method Parameters

click (TableHitTestResult, ClickEventArgs)in TableEditorInputModeActually performs the click on the given item.
doubleClick (TableHitTestResult, ClickEventArgs)in TableEditorInputModeActually performs a double-click on the given item.
doubleTap (TableHitTestResult, TapEventArgs)in TableEditorInputModeActually performs a double-tap on the given item.
shouldClick (TableHitTestResult)in TableEditorInputModeCalled to determine whether the item described by tableHitTestResult can be clicked.
shouldDoubleClick (TableHitTestResult)in TableEditorInputModeCalled to determine whether the item described by tableHitTestResult can be double clicked.
tap (TableHitTestResult, TapEventArgs)in TableEditorInputModeActually performs the tap on the given item.