Class sap.ui.vbm.CircleModule: sap/ui/vbm/Circle
Specific Visual Object element for an Circle. A Circle is positioned with its centerpoint at the given position. The detail window will open at the center of the circle.
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:
- Properties
- position : string (default: 0;0;0)
- radius : string (default: 20)
- color : string (default: RGBA(0,0,128,128))
- colorBorder : string (default: RGB(0,0,0))
- slices : string
In addition, all settings applicable to the base type sap.ui.vbm.VoBase can be used as well.
{string} | sId? | id for 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.vbm.VoBase.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 |
color
. The color of the circle.
Default value is RGBA(0,0,128,128)
.
{string} | Value of property color |
colorBorder
. The border color of the circle.
Default value is RGB(0,0,0)
.
{string} | Value of property colorBorder |
position
. The position of the circle.
Default value is 0;0;0
.
{string} | Value of property position |
radius
. The pixel radius of the circle.
Default value is 20
.
{string} | Value of property radius |
slices
. Number of circle slices. The property is required only when the PlugIn is used.
{string} | Value of property slices |
color
. The color of the circle.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is RGBA(0,0,128,128)
.
{string} | sColor | New value for property color |
{sap.ui.vbm.Circle} | Reference to this in order to allow method chaining |
colorBorder
. The border color of the circle.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is RGB(0,0,0)
.
{string} | sColorBorder | New value for property colorBorder |
{sap.ui.vbm.Circle} | Reference to this in order to allow method chaining |
position
. The position of the circle.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 0;0;0
.
{string} | sPosition | New value for property position |
{sap.ui.vbm.Circle} | Reference to this in order to allow method chaining |
radius
. The pixel radius of the circle.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 20
.
{string} | sRadius | New value for property radius |
{sap.ui.vbm.Circle} | Reference to this in order to allow method chaining |
slices
. Number of circle slices. The property is required only when the PlugIn is used.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sSlices | New value for property slices |
{sap.ui.vbm.Circle} | Reference to this in order to allow method chaining |