documentationfor yFiles for HTML 2.6

Usages of StripeSubregion

Properties

regionin TableHitTestResultSpecific information about the region on a stripe where the hit was detected.
regionin TableItemClickedEventArgsThe specific region on a stripe where the click has occurred.
regionin TableItemTappedEventArgsThe specific region on a stripe where the click has occured.

Method Return Values

findStripe (Point, StripeTypes, StripeSubregionTypes, CanvasComponent, function(StripeSubregion):boolean?)in ITableFinds a stripe underneath a certain point.
findStripes (Point, StripeTypes, StripeSubregionTypes, CanvasComponent, function(StripeSubregion):boolean?)in ITableUsed as a callback to find the items underneath a certain point.
getTargetSubregion (Point)in ReparentStripePositionHandlerFinds the target stripe subregion at location and its associated owner node.
enumerateHits (IInputModeContext, Point, INode)in StripeHitTesterReturn a collection of hits at location.
findStripe (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?)in TableEditorInputModeUsed as a callback to find the items underneath a certain point.
findStripes (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?)in TableEditorInputModeUsed as a callback to find the items underneath a certain point.

Method Parameters

findStripe (Point, StripeTypes, StripeSubregionTypes, CanvasComponent, function(StripeSubregion):boolean?)in ITableFinds a stripe underneath a certain point.
findStripes (Point, StripeTypes, StripeSubregionTypes, CanvasComponent, function(StripeSubregion):boolean?)in ITableUsed as a callback to find the items underneath a certain point.
determineGesture (IInputModeContext, IPoint, IStripe, StripeSubregion, Rect)in ReparentStripePositionHandlerDetermine the reparent gesture that would result from the given parameters.
findStripe (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?)in TableEditorInputModeUsed as a callback to find the items underneath a certain point.
findStripes (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?)in TableEditorInputModeUsed as a callback to find the items underneath a certain point.
TableItemClickedEventArgs (T, StripeSubregion, INode, IInputModeContext, Point, ModifierKeys, MouseButtons, number)in TableItemClickedEventArgsInitializes a new instance of the TableItemClickedEventArgs<T> class.
TableItemTappedEventArgs (T, StripeSubregion, INode, IInputModeContext, Point, number)in TableItemTappedEventArgsInitializes a new instance of the TableItemTappedEventArgs<T> class.