sap.gantt.shape.ext.Cursor.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.gantt.shape.ext.Cursor with name sClassName and enriches it with the information contained in oClassInfo.
getD(oData, oRowInfo)Gets the value of property d.
getIsClosed(oData, oRowInfo)Gets the value of property isClosed.
getLength(oData, oRowInfo)Gets the value of property length.
getPointHeight(oData, oRowInfo)Gets the value of property pointHeight.
getWidth(oData, oRowInfo)Gets the value of property width.
setIsClosed(bIsClosed)Sets a new value for property isClosed.
setLength(sLength)Sets a new value for property length.
setPointHeight(sPointHeight)Sets a new value for property pointHeight.
setWidth(sWidth)Sets a new value for property width.
Constructor Detail
new sap.gantt.shape.ext.Cursor(sId?, mSettings?)
Creates and initializes a new Cursor class.
Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.
Your application should not configure this value. Instead, the getter calculates the value of d by using properties length, width, and pointHeight. The value of these properties can be retrieved using the corresponding getters (getLength, getWidth, and getPointHeight).