Abstract Class sap.gantt.def.DefBaseModule: sap/gantt/def/DefBase
Base class for all SVG definitions.
SVG uses the 'defs' tag to represent graphic objects that can be reused at a later time. See 'defs' in SVG. Currently sap.gantt
provides defs including the following definition tags: 'pattern', 'gradient', and 'filter'. Applications can also extend this base class to support more functionality.
sClassName
and enriches it with the information contained in oClassInfo
. 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.
The supported settings are:
In addition, all settings applicable to the base type sap.ui.core.Element can be used as well.
{string} | sId? | ID of the new control, generated automatically if no ID is given |
{object} | mSettings? | Initial settings for the new control |
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.core.Element.extend.
{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 |
{function} | Created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
{string} | Referencing ID. |
sap.ui.table.Table.getSelectedIndex |
defString
. Definition string. Subclasses can implement their own getters of this property to override the one in this class.
{string} | Value of property defString |
refString
. Referencing string. The default implementation is the referencing ID wrapped by 'url(#)'.
{string} | Value of property refString |
defString
. Definition string. Subclasses can implement their own getters of this property to override the one in this class.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sDefString | New value for property defString |
{sap.gantt.def.DefBase} | Reference to this in order to allow method chaining |
refString
. Referencing string. The default implementation is the referencing ID wrapped by 'url(#)'.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sRefString | New value for property refString |
{sap.gantt.def.DefBase} | Reference to this in order to allow method chaining |