sap.gantt.shape.ext.Chevron.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.gantt.shape.ext.Chevron with name sClassName and enriches it with the information contained in oClassInfo.
getD(oData, oRowInfo)Gets the value of property d.
getHeadLength(oData, oRowInfo)Gets the value of property headLength.
getHeight(oData, oRowInfo)Gets the value of property height.
getIsClosed(oData, oRowInfo)Gets the value of property isClosed.
getIsDuration(oData, oRowInfo)Gets the value of property isDuration.
getTailLength(oData, oRowInfo)Gets the value of property tailLength.
setHeadLength(sHeadLength)Sets a new value for property headLength.
setHeight(sHeight)Sets a new value for property height.
setIsClosed(bIsClosed)Sets a new value for property isClosed.
setIsDuration(bIsDuration)Sets a new value for property isDuration.
setTailLength(sTailLength)Sets a new value for property tailLength.
Constructor Detail
new sap.gantt.shape.ext.Chevron(sId?, mSettings?)
Creates and initializes a new Chevron 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 property time, endTime, tailLength, headLength, and height.