Class idx.form.TimeTextBox


Extends idx.form._CompositeMixin, idx.form._CssStateMixin, idx.form._DateTimeTextBox.
A validating, serializable, range-bound time text box with a drop down time picker
Defined in: <idx\form\TimeTextBox.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
idx.form.TimeTextBox.templatePath 
Set the template path for the desktop template in case the template was not loaded initially, but is later needed due to an instance being constructed with "desktop" platform.
Fields borrowed from class idx.form._CompositeMixin:
fieldWidth, help, hint, hintPosition, label, labelAlignment, labelWidth, required, unit

Method Summary

Method Attributes Method Name and Description
<static>  
idx.form.TimeTextBox.closeDropDown()
<static>  
idx.form.TimeTextBox.displayMessage(message, force)
Overridable method to display validation errors/hints
<static>  
idx.form.TimeTextBox.openDropDown(callback)
<static>  
idx.form.TimeTextBox.refocus()
Provides a method to return focus to the widget without triggering revalidation.
Methods borrowed from class idx.form._CompositeMixin:
_setFieldWidthAttr, _setHintAttr, _setLabelAlignmentAttr, _setLabelAttr, _setLabelWidthAttr, _setRequiredAttr, _setUnitAttr, postMixInProperties, reset, resize, validateAndFocus

Constructor Detail

idx.form.TimeTextBox()

Field Detail

<static> idx.form.TimeTextBox.templatePath

Set the template path for the desktop template in case the template was not loaded initially, but is later needed due to an instance being constructed with "desktop" platform.

Method Detail

<static> idx.form.TimeTextBox.closeDropDown()


<static> idx.form.TimeTextBox.displayMessage(message, force)

Overridable method to display validation errors/hints
Parameters:
message
force

<static> idx.form.TimeTextBox.openDropDown(callback)

Parameters:
callback

<static> idx.form.TimeTextBox.refocus()

Provides a method to return focus to the widget without triggering revalidation. This is typically called when the validation tooltip is closed.