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.data.DataContext

Object » ibm_ilog.diagram.data.DataContext
dojo.require("ibm_ilog.diagram.data.dtlbinding");

Method Summary

  • constructor(item, store)
  • get(key) Internal method. Should not be called directly.
  • getValue(attribute, defaultValue) Returns a single attribute value. This method is a shortcut to this.store.getValue(item, attribute, defaultValue).

Methods

constructor
ParameterTypeDescription
item
store
get
Internal method. Should not be called directly.
ParameterTypeDescription
key
getValue
Returns a single attribute value. This method is a shortcut to this.store.getValue(item, attribute, defaultValue).
ParameterTypeDescription
attributeString
defaultValuevalue
Optional.