documentationfor yFiles for HTML 3.0.0.3

Usages of StripeTypes

Properties

clickableItemsin TableEditorInputModeGets or sets a property that determines for which types of items should mouse clicks be handled by this mode.
clickSelectableItemsin TableEditorInputModeGets or sets a property that determines which types of items should be selectable through mouse clicks.
deletableItemsin TableEditorInputModeGets or sets a property that determines which types of items may be deleted using the deleteSelection action.
labelEditableItemsin TableEditorInputModeGets or sets a property that determines which types of items may have their labels edited.
selectableItemsin TableEditorInputModeGets or sets a property that determines which types of items should be selectable at all.

Method Return Values

from (StripeTypes)in StripeTypesConverts 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 (INode, Point, StripeTypes, function(IStripe):boolean?)in ITableFinds all stripes 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.
from (StripeTypes)in StripeTypesConverts the given argument to an enum constant of this enum type.
getName (StripeTypes)in StripeTypesReturns 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.