Class sap.gantt.shape.ext.ulc.UlcClipPathModule: sap/gantt/shape/ext/ulc/UlcClipPath

extends ClipPath

This shape is a container of sap.gantt.shape.ext.ulc.UlcClipingPath.

Constructor Summary
new sap.gantt.shape.ext.ulc.UlcClipPath(sId?, mSettings?)Creates and initializes a fragment of the Utilization Line Chart.
Method Summary
sap.gantt.shape.ext.ulc.UlcClipPath.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.gantt.shape.ext.ulc.UlcClipPath with name sClassName and enriches it with the information contained in oClassInfo.
sap.gantt.shape.ext.ulc.UlcClipPath.getMetadata()Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcClipPath.
getHtmlClass(oData, oRowInfo)Gets the value of property htmlClass.
Constructor Detail
new sap.gantt.shape.ext.ulc.UlcClipPath(sId?, mSettings?)
Creates and initializes a fragment of the Utilization Line Chart.
Parameters:
{string}sId? ID of the new control, generated automatically if no ID is given
{object}mSettings? Initial settings of the new control
Method Detail
sap.gantt.shape.ext.ulc.UlcClipPath.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.gantt.shape.ext.ulc.UlcClipPath with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.gantt.shape.ClipPath.extend.

Parameters:
{string}sClassName Name of the class being created
{object}oClassInfo? Object literal with information about the class
{function}FNMetaImpl? Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata
Returns:
{function} Created class / constructor function
sap.gantt.shape.ext.ulc.UlcClipPath.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcClipPath.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
getHtmlClass(oData, oRowInfo): string
Gets the value of property htmlClass.

Customized HTML classes. To provide multiple classes, separate them using space. Note that each UlcClipPath must have a unique HTML class or a unique set of HTML classes. The 'clip-path' property of UlcOverClipRectangle and UlcUnderClipRectangle identifies HTML classes.

Parameters:
{object}oData Shape data.
{object}oRowInfo Information about the row and row data.
Returns:
{string} Value of property htmlClass.