Class sap.ui.unified.CalendarAppointmentModule: sap/ui/unified/CalendarAppointment
An appointment for use in a PlanningCalendar
or similar. The rendering must be done in the Row collecting the appointments. (Because there are different visualizations possible.)
Applications could inherit from this element to add own fields.
Since: 1.34.0.
sClassName
and enriches it with the information contained in oClassInfo
.CalendarAppointment
. 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
In addition, all settings applicable to the base type sap.ui.unified.DateTypeRange 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.unified.DateTypeRange.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 |
icon
. Icon of the Appointment. (e.g. picture of the person)
URI of an image or an icon registered in sap.ui.core.IconPool.
{sap.ui.core.URI} | Value of property icon |
key
. Can be used as identifier of the appointment
{string} | Value of property key |
selected
. Indicates if the icon is selected.
Default value is false
.
{boolean} | Value of property selected |
tentative
. Indicates if the icon is tentative.
Default value is false
.
{boolean} | Value of property tentative |
text
. Text of the appointment.
{string} | Value of property text |
title
. Title of the appointment.
{string} | Value of property title |
icon
. Icon of the Appointment. (e.g. picture of the person)
URI of an image or an icon registered in sap.ui.core.IconPool.
When called with a value of null
or undefined
, the default value of the property will be restored.
{sap.ui.core.URI} | sIcon | New value for property icon |
{sap.ui.unified.CalendarAppointment} | Reference to this in order to allow method chaining |
key
. Can be used as identifier of the appointment
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sKey | New value for property key |
{sap.ui.unified.CalendarAppointment} | Reference to this in order to allow method chaining |
selected
. Indicates if the icon is selected.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bSelected | New value for property selected |
{sap.ui.unified.CalendarAppointment} | Reference to this in order to allow method chaining |
tentative
. Indicates if the icon is tentative.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bTentative | New value for property tentative |
{sap.ui.unified.CalendarAppointment} | Reference to this in order to allow method chaining |
text
. Text of the appointment.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sText | New value for property text |
{sap.ui.unified.CalendarAppointment} | Reference to this in order to allow method chaining |
title
. Title of the appointment.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sTitle | New value for property title |
{sap.ui.unified.CalendarAppointment} | Reference to this in order to allow method chaining |