documentationfor yFiles for HTML 3.0.0.3

Properties

availableCommandsin GraphInputModeGets a collection of commands that this input mode will handle.
handlesin HandleInputModeGets or sets the collection of IHandles this mode manages.
selectionin SelectionEventArgsGets the selection these event arguments refer to.
snapResultsin SnapContextGets the collection of SnapResults.
modelin CollectionModelManagerGets or sets the model of the items to display in the canvas.
highlightsin GraphComponentGets or sets the collection model that stores the highlight state for the visualization.
domainin HighlightIndicatorManagerGets or sets the model that describes the domain for the highlight.
itemsin HighlightIndicatorManagerGets or sets the item collection that determines which items are highlighted.
bendsin IGraphSelectionGets an IObservableCollection<T> of the selected bends.
edgesin IGraphSelectionGets an IObservableCollection<T> of the selected edges.
labelsin IGraphSelectionGets an IObservableCollection<T> of the selected labels.
nodesin IGraphSelectionGets an IObservableCollection<T> of the selected nodes.
portsin IGraphSelectionGets an IObservableCollection<T> of the selected ports.
selectedColumnsin IStripeSelectionGets an IObservableCollection<T> of the selected columns.
selectedRowsin IStripeSelectionGets an IObservableCollection<T> of the selected rows.
domainin SelectionIndicatorManagerGets or sets the model that describes the domain for the selection.
itemsin SelectionIndicatorManagerGets or sets the selection model that determines which items are selected.
selectedColumnsin StripeSelection
selectedRowsin StripeSelection

Method Parameters

HandleInputMode ()in HandleInputModeCreates a new mode with no handles initially.
SelectionEventArgs (IInputModeContext, IObservableCollection<T>)in SelectionEventArgsCreates a new instance.
CollectionModelManager (Constructor<T>, IObservableCollection<T>)in CollectionModelManagerCreates a new instance using the given model.
GraphComponent (HTMLElement, )in GraphComponentCreates a new instance of the GraphComponent in the given div element.
GraphComponent ()in GraphComponentCreates a new instance of the GraphComponent.
GraphComponent (string, )in GraphComponentCreates a new instance of GraphComponent using the div element that is specified by the selector.

Implementing Types

ObservableCollectionAn implementation of an IObservableCollection<T> that is backed by an ordinary ICollection<T>
IGraphSelectionManages the selection state of items in an IGraph instance.
IStripeSelectionManages the selection state of items in an ITable instance.