sap.gantt.shape.ext.Diamond.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.gantt.shape.ext.Diamond with name sClassName and enriches it with the information contained in oClassInfo.
getD(oData, oRowInfo)Gets the value of property d.
getHorizontalDiagonal(oData, oRowInfo)Gets the value of property horizontalDiagonal.
getIsClosed(oData, oRowInfo)Gets the value of property isClosed.
getVerticalDiagonal(oData, oRowInfo)Gets the value of property verticalDiagonal.
setHorizontalDiagonal(sHorizontalDiagonal)Sets a new value for property horizontalDiagonal.
setIsClosed(bIsClosed)Sets a new value for property isClosed.
setVerticalDiagonal(sVerticalDiagonal)Sets a new value for property verticalDiagonal.
Constructor Detail
new sap.gantt.shape.ext.Diamond(sId?, mSettings?)
Creates and initializes a new Diamond 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.
You application should not configure this value. Instead, the getter calculates value of d by using properties horizontalDiagonal and verticalDiagonal. The value of these properties can be retrieved using the corresponding getters (getHorizontalDiagonal and getVerticalDiagonal).