A picker Inputs container control used inside the sap.m.TimePicker.
Constructor for a new TimePickerInputs
.
Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject#constructor for a general description of the syntax of the settings object.
new sap.m.TimePickerInputs(sId?, mSettings?)
Param | Type | Default Value | Description |
---|---|---|---|
sId? | string | ID for the new control, generated automatically if no ID is given |
|
mSettings? | object | Initial settings for the new control |
Default Aggregation:
Name | Cardinality | Type | Description |
---|---|---|---|
_inputs | 0..n | sap.m.Input |
Holds the inner Inputs. |
_texts | 0..n | sap.ui.core.InvisibleText |
Holds the invisible texts for labelling the buttons. |
Method | Description |
---|---|
sap.m.TimePickerInputs.extend |
Creates a new subclass of class sap.m.TimePickerInputs with name
|
sap.m.TimePickerInputs.getMetadata |
Returns a metadata object for class sap.m.TimePickerInputs. |
getTimeValues |
Gets the time values from the clocks, as a date object. |
setValue |
Sets the value of the |
Creates a new subclass of class sap.m.TimePickerInputs with name sClassName
and enriches it with the information contained in oClassInfo
.
oClassInfo
might contain the same kind of information as described in sap.ui.core.Control.extend.
Param | Type | DefaultValue | Description |
---|---|---|---|
sClassName | string |
Name of the class being created |
|
oClassInfo | object |
Object literal with information about the class |
|
FNMetaImpl | function |
Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class |