documentationfor yFiles for HTML 3.0.0.3

Usages of IContextLookup

Properties

DEFAULT_BEND_LOOKUPin GraphGets an IContextLookup that provides the default implementations returned by an IBend's lookup.
DEFAULT_EDGE_LOOKUPin GraphGets an IContextLookup that provides the default implementations returned by an IEdge's lookup.
DEFAULT_LABEL_LOOKUPin GraphGets an IContextLookup that provides the default implementations returned by an ILabel's lookup.
DEFAULT_NODE_LOOKUPin GraphGets an IContextLookup that provides the default implementations returned by an INode's lookup.
DEFAULT_PORT_LOOKUPin GraphGets an IContextLookup that provides the default implementations returned by an IPort's lookup.
DEFAULT_COLUMN_LOOKUPin TableGets an IContextLookup that provides the default implementations returned by an IColumn's lookup.
DEFAULT_ROW_LOOKUPin TableGets an IContextLookup that provides the default implementations returned by an IRow's lookup.
DEFAULT_STRIPE_LOOKUPin TableGets an IContextLookup that provides the default implementations returned by an IStripe's lookup.

Fields

EMPTY_CONTEXT_LOOKUPin IContextLookupAn ILookupContext instance that always returns null.

Method Return Values

create (function(any, Constructor):any)in IContextLookup

Method Parameters

addGenericLookup (function(TDecoratedType, Constructor, IContextLookup):any)in ContextLookupAdds a generic callback as a chain link to the lookup.
setNext (IContextLookup)in IContextLookupChainLinkThis method is called by the framework to register the fallback lookup implementation that should be used during a call to contextLookup.
addGenericLookup (function(IBend, Constructor, IContextLookup):any)in BendDecoratorAdds a generic callback as a chain link to the lookup.
addGenericLookup (function(IEdge, Constructor, IContextLookup):any)in EdgeDecoratorAdds a generic callback as a chain link to the lookup.
addGenericLookup (function(ILabel, Constructor, IContextLookup):any)in LabelDecoratorAdds a generic callback as a chain link to the lookup.
addGenericLookup (function(INode, Constructor, IContextLookup):any)in NodeDecoratorAdds a generic callback as a chain link to the lookup.
addGenericLookup (function(IPort, Constructor, IContextLookup):any)in PortDecoratorAdds a generic callback as a chain link to the lookup.
addGenericLookup (function(TStripe, Constructor, IContextLookup):any)in StripeDecoratorAdds a generic callback as a chain link to the lookup.
addGenericLookup (function(ILabel, Constructor, IContextLookup):any)in StripeLabelDecoratorAdds a generic callback as a chain link to the lookup.
addGenericLookup (function(IInputModeContext, Constructor, IContextLookup):any)in InputModeContextAdds a generic callback as a chain link to the lookup.
addGenericInputModeContextLookup (function(IInputModeContext, Constructor, IContextLookup):any)in CanvasComponentAdds a generic callback as a chain link to the lookup.

Implementing Types

ContextLookupA generic mutable implementation of the IContextLookup interface that helps in building IContextLookup and ILookup implementations.
IContextLookupChainLinkAn interface for instances that can be used to chain lookup operations.