I'm looking for the time spinner control implementation (as it shown on the attached image) based on ExtJS classes. Is there any like this?

I'm looking for the time spinner control implementation (as it shown on the attached image) based on ExtJS classes. Is there any like this?

while defining parameters use type as numberfield to make the field as spinner.
{
xtype: 'numberfield',
name: 'numberfield1',
fieldLabel: 'Number field',
value: 5,
minValue: 0,
maxValue: 50
}
For visual help. use this link