documentationfor yFiles for HTML 2.6

Properties

subregionTypein StripeSubregionGets the specific subregion type that this instance describes.
clickableRegionsin TableEditorInputModeGets or sets clicks on which StripeSubregionTypes(s) react to mouse clicks.
clickSelectableRegionsin TableEditorInputModeGets or sets clicks on which StripeSubregionTypes(s) should toggle a stripe selection state.

Method Return Values

from (StripeSubregionTypes)in StripeSubregionTypesConverts the argument to StripeSubregionTypes.

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.
StripeSubregion (StripeSubregionTypes, IStripe)in StripeSubregionCreate a new instance that describes the specific subregion.
from (StripeSubregionTypes)in StripeSubregionTypesConverts the argument to StripeSubregionTypes.
TableEditorInputMode ()in TableEditorInputModeDefault constructor.
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.