| findStripe (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?) | in
ITable | Finds a stripe underneath a certain point. |
| findStripes (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?) | in
ITable | Used as a callback to find the items underneath a certain point. |
| StripeSubregion (StripeSubregionTypes, IStripe) | in
StripeSubregion | Create a new instance that describes the specific subregion. |
| from (StripeSubregionTypes) | in
StripeSubregionTypes | Converts the given argument to an enum constant of this enum type. |
| getName (StripeSubregionTypes) | in
StripeSubregionTypes | Returns the name of the given enum constant. |
| TableEditorInputMode () | in
TableEditorInputMode | Creates a new instance. |
| findStripe (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?) | in
TableEditorInputMode | Used as a callback to find the items underneath a certain point. |
| findStripes (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?) | in
TableEditorInputMode | Used as a callback to find the items underneath a certain point. |