documentationfor yFiles for HTML 3.0.0.3

Usages of ITable

Properties

tablein IStripeGets the ITable instance where this stripe is installed.
tablein StripeEventArgsGets the table that owned the stripe before the event happened.
tablein TableReshapeHandlerGets the table used for additional constraints.
tablein TableNodeStyleGets or sets the ITable instance that defines the tabular structure.

Method Return Values

getTable (INode)in ITableGets the ITable instance associated to the given node.
createPreviewTable ()in StripeDropInputModeCreate a preview version of the table that is temporarily used to show the dragged stripe.
getAssociatedTable (INode)in TableLayoutConfiguratorReturns the ITable the node belongs to.

Method Parameters

StripeEventArgs (IStripe, IStripe, ITable)in StripeEventArgsInitializes a new instance of the StripeEventArgs class.
onStripeChanged (IStripe, IStripe, ITable)in TableCalled after a stripe has changed.
TableDecorator (ITable)in TableDecoratorInitializes a new instance of the TableDecorator class.
StripeHitTester (ITable, TableRenderingOrder)in StripeHitTesterCreate a new instance for a specific table instance that uses the order specified by tableRenderingOrder to determine the order of the hit test results.
TableReshapeHandler (IReshapeHandler, INode, ITable)in TableReshapeHandlerCreates a new instance of this Handler which wraps an existing instance of coreHandler and uses table for additional constraints.
getColumnLayout (ITable, Rect)in TableLayoutConfiguratorReturn the sizes of all leaf rows.
getRowLayout (ITable, Rect)in TableLayoutConfiguratorReturn the sizes of all leaf rows.
getTableNode (ITable)in TableLayoutConfiguratorReturns the INode which provides the table in its lookup.
TableNodeStyle (ITable?, )in TableNodeStyleConstructor with a custom renderer implementation that uses table as backing table model.
createTableAnimation (ITable, number, number)in IAnimationCreates a new IAnimation for the given table that animates the table and its stripes.

Implementing Types

TableDefault implementation of the ITable interface.