IBM ILOG Dojo Diagrammer 1.1.1 API Documentation
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

ibm_ilog.diagram.adorners.TemplatedOverlay

Object » graphCreator » dojox.gfx.Group » ibm_ilog.diagram.adorners.TemplatedOverlay
dojo.require("ibm_ilog.diagram.adorners.TemplatedOverlay");
dojox.gfx.Group, ibm_ilog.diagram.templating._DiagramTemplated

Method Summary

Event Summary

  • onPropertyChanged(property, oldValue, newValue) Called when a bindable property has changed.
  • onTemplateApplied(template) Invoked when the template has been applied.
  • onTemplateError(template, e) Invoked if an error is raised when applying the specified template .

Methods

applyTemplate
Defined by ibm_ilog.diagram.templating._DiagramTemplated
Applies the specified template on this instance.
ParameterTypeDescription
templateObjector string : the template to apply.
contextObject: the runtime context. Optional. If not specified, the runtime context is this shape instance.
constructor
endDTLBatch
Defined by ibm_ilog.diagram.templating._DiagramTemplated
getId
layoutShape
Defined by ibm_ilog.diagram.templating._DiagramTemplated
ParameterTypeDescription
target{shape}
shallowInstantiateAt
Defined by ibm_ilog.diagram.templating._DiagramTemplated
ParameterTypeDescription
target
template
startDTLBatch
Defined by ibm_ilog.diagram.templating._DiagramTemplated

Events

onPropertyChanged
Defined by ibm_ilog.diagram.templating._DiagramTemplated

Bindable properties are properties defined on a Node or a Link and that can be used in templates using bindings.

ParameterTypeDescription
property
oldValue
newValue
onTemplateApplied
Defined by ibm_ilog.diagram.templating._DiagramTemplated
Invoked when the template has been applied.
ParameterTypeDescription
templateObjector string : the template to apply.
onTemplateError
Defined by ibm_ilog.diagram.templating._DiagramTemplated
Invoked if an error is raised when applying the specified template .
ParameterTypeDescription
templateObjector string : the template to apply.
eException