| addLabel (IStripe, string, ILabelModelParameter?, ILabelStyle?, Size?, ILabel['tag']?) | in
ITable | Add a label to the given owner using the text as the initial label text and label model parameter and style. |
| calculateLabelPreferredSize (IStripe, ILabelStyle, ILabelModelParameter, string, ILabel['tag']) | in
ITable | Calculates the preferred size of a label with the given properties. |
| createLabelLayoutParameter (IStripe) | in
ITable | Creates the label model parameter for a given ILabelOwner. |
| createLabelStyle (IStripe) | in
ITable | Creates an instance of the default label style for the given stripe . |
| findColumn (INode, Point, function(IStripe):boolean?) | in
ITable | Finds a column underneath a certain point. |
| findRow (INode, Point, function(IStripe):boolean?) | in
ITable | Finds a row underneath a certain point. |
| findStripes (INode, Point, StripeTypes, function(IStripe):boolean?) | in
ITable | Finds all stripes underneath a certain point. |
| remove (IStripe) | in
ITable | Removes stripe from its parent container. |
| removeRecursively (IStripe) | in
ITable | Removes stripe and all of its descendants from table . |
| removeRecursivelyWithResize (IStripe) | in
ITable | Removes the given stripe and all of its descendants from table and resizes all affected stripes so that the table size does not change if possible. |
| removeWithResize (IStripe) | in
ITable | Removes stripe from table and resizes all affected stripes so that the table size does not change if possible. |
| setMinimumSize (IStripe, number) | in
ITable | Sets the minimum size of stripe . |
| setSize (IStripe, number) | in
ITable | Sets the actual size of stripe . |
| setStripePadding (IStripe, Insets) | in
ITable | Sets the padding of stripe . |
| setStyle (IStripe, IStripeStyle) | in
ITable | Sets the style of stripe . |
| StripeEventArgs (IStripe, IStripe, ITable) | in
StripeEventArgs | Initializes a new instance of the StripeEventArgs class. |
| addLabel (IStripe, string, ILabelModelParameter?, ILabelStyle?, Size?, ILabel['tag']?) | in
Table | |
| onStripeChanged (IStripe, IStripe, ITable) | in
Table | Called after a stripe has changed. |
| onStripeCreated (IStripe) | in
Table | Called after a stripe has been created and added to a table. |
| onStripeRemoved (IStripe, IStripe) | in
Table | Called after a stripe has been removed from its owner. |
| remove (IStripe) | in
Table | |
| setMinimumSize (IStripe, number) | in
Table | |
| setSize (IStripe, number) | in
Table | |
| setStripePadding (IStripe, Insets) | in
Table | |
| setStyle (IStripe, IStripeStyle) | in
Table | |
| create () | in
IReparentStripeHandler | |
| isValidParent (IInputModeContext, IStripe, IStripe, number, StripeReparentPolicy) | in
IReparentStripeHandler | Determines whether the provided node may be reparented to a newParent . |
| reparent (IInputModeContext, IStripe, IStripe, number, StripeReparentPolicy) | in
IReparentStripeHandler | Performs the actual reparenting after the reparent gesture has been finalized. |
| shouldReparent (IInputModeContext, IStripe) | in
IReparentStripeHandler | Determines whether the user may detach the given stripe from its current parent in order to reparent it. |
| adjustSize (IInputModeContext, IStripe, IStripe, StripeReparentPolicy, number, number, number) | in
ReparentStripeHandler | Adjust the size of the source or the target stripe. |
| isValidParent (IInputModeContext, IStripe, IStripe, number, StripeReparentPolicy) | in
ReparentStripeHandler | Checks the constraints imposed by maxRowLevel or maxColumnLevel for a valid gesture. |
| reparent (IInputModeContext, IStripe, IStripe, number, StripeReparentPolicy) | in
ReparentStripeHandler | Performs the actual reparenting after the reparent gesture has been finalized. |
| shouldReparent (IInputModeContext, IStripe) | in
ReparentStripeHandler | Determines whether the user may detach the given stripe from its current parent in order to reparent it. |
| ReparentStripePositionHandler (IStripe) | in
ReparentStripePositionHandler | Creates a new instance of this position handler which moves movedStripe . |
| createTargetGhost (IInputModeContext, IStripe) | in
ReparentStripePositionHandler | Create a ghost visualization for the target region of the reparent gesture. |
| determineGesture (IInputModeContext, IPoint, IStripe, StripeSubregion, Rect) | in
ReparentStripePositionHandler | Determine the reparent gesture that would result from the given parameters. |
| updateSourceGhost (IInputModeContext, IRenderTreeElement, IStripe, StripeReparentPolicy) | in
ReparentStripePositionHandler | Updates the source ghost visualization after a drag. |
| updateTargetGhost (IInputModeContext, IRenderTreeElement, IStripe, StripeReparentPolicy, Rect) | in
ReparentStripePositionHandler | Modifies the target ghost visualization after a drag. |
| updateTargetGhostBounds (Rect, StripeReparentPolicy, IStripe) | in
ReparentStripePositionHandler | Updates the visualization bounds for the target visualization depending on the provided values. |
| createStripe (IInputModeContext, IStripe, IStripe) | in
StripeDropInputMode | Create a new stripe as the result of a drag and drop gesture. |
| onStripeCreated (InputModeItemEventArgs<IStripe>) | in
StripeDropInputMode | Called whenever a new stripe is created. |
| startDrag (HTMLElement | SVGElement, IStripe, DragDropEffects?, boolean?, HTMLElement | SVGElement?) | in
StripeDropInputMode | Starts a drag and drop operation for an IStripe. |
| StripeSubregion (StripeSubregionTypes, IStripe) | in
StripeSubregion | Create a new instance that describes the specific subregion. |
| TableEditorInputMode () | in
TableEditorInputMode | Creates a new instance. |
| deleteStripe (IStripe) | in
TableEditorInputMode | Deletes a single stripe. |
| insertChild (IStripe, number, number?) | in
TableEditorInputMode | Inserts a new stripe as child of owner |
| onDeletedSelection (SelectionEventArgs<IStripe>) | in
TableEditorInputMode | Raises the deleted-selection event. |
| onDeletingSelection (SelectionEventArgs<IStripe>) | in
TableEditorInputMode | Raises the deleting-selection event. |
| getContext (IStripe, IStripeStyle) | in
IStripeStyleRenderer | Gets a temporary context instance that can be used to query additional information for the stripe's style. |
| getVisualCreator (IStripe, IStripeStyle) | in
IStripeStyleRenderer | Gets an implementation of the IVisualCreator interface that can handle the provided stripe and its associated style. |
| createVisual (IRenderContext, IStripe) | in
StripeStyleBase | Creates the visual. |
| lookup (IStripe, Constructor) | in
StripeStyleBase | Performs the lookup operation for the getContext that has been queried from the renderer. |
| updateVisual (IRenderContext, TVisual, IStripe) | in
StripeStyleBase | Updates the visual previously created by createVisual. |
| add (IStripe) | in
StripeSelection | |
| copyTo (IStripe, number) | in
StripeSelection | |
| includes (IStripe) | in
StripeSelection | Return whether stripe is currently selected |
| remove (IStripe) | in
StripeSelection | |