documentationfor yFiles for HTML 2.6

Method Return Values

addingLookupChainLink (Class, Object)in IContextLookupChainLinkFactory method for a lookup chain element that simply adds an entry to a lookup chain.
addingLookupChainLink (Object)in IContextLookupChainLinkFactory method for a lookup chain element that adds an dynamic instance to a lookup chain.
addingLookupChainLink (ILookup)in IContextLookupChainLinkFactory method for a lookup chain element that adds an ILookup layer to a lookup chain.
createContextLookupChainLink (function(Object, Class):Object)in IContextLookupChainLinkCreates a lookup chain link that is backed by the given callback.
factoryLookupChainLink (Class, Class, function(TContext):TResult)in IContextLookupChainLinkFactory method for a lookup chain element that uses a function of type function(TContext) to yield a TResult for a specific TContext.
hidingLookupChainLink (Class)in IContextLookupChainLinkFactory method for a lookup chain element that removes the entry from the lookup chain for a given type.
add (Class, Class, function(TContext):TResult, boolean?)in ILookupDecoratorAdds a lookup implementation for a given type using a func.
add (Class, Class, function(TContext, TResult):TResult, boolean?)in ILookupDecoratorAdds a lookup implementation for a given type using a function of type function(TContext, TResult).
addConstant (Class, Class, TResult)in ILookupDecoratorAdd a lookup implementation for a given type that always yields a constant result.
add (Class, Class, function(TContext):TResult, boolean?)in LookupChainA convenience method that adds a IContextLookupChainLink to the given chain that is based on a function of type function(TContext).
add (Class, Class, function(TContext, TResult):TResult, boolean?)in LookupChainA convenience method that adds a IContextLookupChainLink to the given chain that is based on a function of type function(TContext, TResult).
addConstant (Class, TResult)in LookupChainAdds a lookup implementation that always yields a constant result to the chain.
addChainLink (IContextLookupChainLink)in LookupDecoratorTries to add the provided chain link to the decorator.
hideImplementation (function(TDecoratedType):boolean?)in LookupDecoratorSets the lookup of all TDecoratedType items matching a predicate to return null if TInterface is queried during the lookup.
setFactory (function(TDecoratedType):boolean, function(TDecoratedType):TInterface)in LookupDecoratorSets the lookup of items matching a predicate with a factory that creates a TInterface instance if TInterface is queried during the lookup.
setFactory (function(TDecoratedType):TInterface)in LookupDecoratorSets the lookup of all TDecoratedType items, so that factory is used to create a TInterface instance if TInterface is queried during the lookup.
setImplementation (TDecoratedType, TInterface)in LookupDecoratorSets the lookup of the given item to return the given TInterface implementation if TInterface is queried on the item's lookup.
setImplementation (function(TDecoratedType):boolean, TInterface)in LookupDecoratorSets the lookup of all items of type TDecoratedType which match a predicate to return the given TInterface implementation if TInterface is queried on an item's lookup.
setImplementation (TInterface)in LookupDecoratorSets the lookup of all items of type TDecoratedType to return the given TInterface implementation if TInterface is queried on an item's lookup.
setImplementationWrapper (function(TDecoratedType):boolean, function(TDecoratedType, TInterface):TInterface)in LookupDecoratorSets the lookup of items matching a predicate with a factory callback that wraps the underlying implementation if TInterface is queried during the lookup.
setImplementationWrapper (function(TDecoratedType, TInterface):TInterface)in LookupDecoratorSets the lookup of all items with a factory callback that wraps the underlying implementation if TInterface is queried during the lookup.

Method Parameters

remove (IContextLookupChainLink)in BendDecoratorRemoves an IContextLookupChainLink again that has been added by one of the various decorators for IBends.
addLookup (IContextLookupChainLink)in DefaultGraphAdds the chain element to the lookup for this instance.
removeLookup (IContextLookupChainLink)in DefaultGraphRemoves a previously added lookup chain element from the lookup of this.
remove (IContextLookupChainLink)in EdgeDecoratorRemoves an IContextLookupChainLink again that has been added by one of the various decorators for edges.
addLookup (Class, IContextLookupChainLink)in ILookupDecoratorAdds a lookup chain element to the chain of lookups for a given type.
removeLookup (Class, IContextLookupChainLink)in ILookupDecoratorRemoves a previously registered lookup chain element from the chain of lookups for a given type.
remove (IContextLookupChainLink)in LabelDecoratorRemoves an IContextLookupChainLink again that has been added by one of the various decorators for labels.
add (IContextLookupChainLink)in LookupChainAdds the given link to the end of the chain.
remove (IContextLookupChainLink)in LookupChainRemoves the link that has previously been added to this instance from this chain.
addChainLink (IContextLookupChainLink)in LookupDecoratorTries to add the provided chain link to the decorator.
remove (IContextLookupChainLink)in NodeDecoratorRemoves an IContextLookupChainLink again that has been added by one of the various decorators for nodes.
remove (IContextLookupChainLink)in PortDecoratorRemoves an IContextLookupChainLink again that has been added by one of the various decorators for ports.
remove (IContextLookupChainLink)in StripeDecoratorRemoves an IContextLookupChainLink again that has been added by one of the various decorators for stripes.
remove (IContextLookupChainLink)in StripeLabelDecoratorRemoves an IContextLookupChainLink again that has been added by one of the various decorators for stripe labels.