MindFusion.UI for WebForms Programmer's Guide

TimePicker Members

Fields Methods
 


Represents a time picker control.

The following tables list the members exposed by the TimePicker type.

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

 Public Methods

  Name Description

advance

Advances the control's value with the specified number of hours, minutes and/or seconds.

closePopup

Closes the popup timetable.

dispose

Sys.UI.Control.dispose override.

get_allowEmptyInput

Gets a value indicating whether empty input will be considered valid.

get_autoComplete

Gets a value indicating whether the control will try to parse an incomplete time value.

get_autoPostBack

Gets a value indicating whether the control will post back to the server when the value has changed.

get_culture

Gets the CultureInfo object, that the control uses.

get_customDateFormat

Gets the formatting of the date displayed in the control.

get_datePartSelect

Gets a value indicating whether date part selection is enabled.

get_enabled

Gets a value indicating whether the control is enabled.

get_interval

Gets the time interval.

get_maxTime

Gets the maximum possible time value.

get_minTime

Gets the minimum possible time value.

get_popupAlignRight

Gets a value indicating whether the popup timetable should align to the right side of the control.

get_popupAlignTop

Gets a value indicating whether the popup timetable should align to the upper side of the control.

get_showButton

Gets a value indicating whether the popup button is visible.

get_state

Gets the validation state of the control

get_submitOnEnter

Gets a value indicating whether the control will submit the form on pressing the Enter key.

get_value

Gets the value of the control.

getValueAsString

Gets the numerical value as formatted string.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the control for a subsequent postback.

set_allowEmptyInput

Sets a value indicating whether empty input will be considered valid.

set_autoComplete

Sets a value indicating whether the control will try to parse an incomplete time value.

set_autoPostBack

Sets a value indicating whether the control should post back to the server when the value has changed.

set_culture

Sets the CultureInfo object, that the control should use.

set_customDateFormat

Sets the formatting of the date displayed in the control.

set_datePartSelect

Sets a value indicating whether date part selection is enabled.

set_enabled

Sets a value indicating whether the control is enabled.

set_interval

Sets the time interval.

set_maxTime

Sets the maximum possible time value.

set_minTime

Sets the minimum possible time value.

set_popupAlignRight

Sets a value indicating whether the popup timetable should align to the right side of the control.

set_popupAlignTop

Sets a value indicating whether the popup timetable should align to the upper side of the control.

set_showButton

Sets a value indicating whether the popup button should be visible.

set_submitOnEnter

Sets a value indicating whether the control should submit the form on pressing the Enter key.

set_value

Sets the value of the control.

showPopup

Shows the popup timetable.

 See Also