documentationfor yFiles for HTML 3.0.0.3

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 given argument to an enum constant of this enum type.

Method Parameters

findStripe (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?)in ITableFinds a stripe underneath a certain point.
findStripes (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, 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 given argument to an enum constant of this enum type.
getName (StripeSubregionTypes)in StripeSubregionTypesReturns the name of the given enum constant.
TableEditorInputMode ()in TableEditorInputModeCreates a new instance.
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.