JadeEditMask Methods

The methods defined in the JadeEditMask class are summarized in the following table.

Method Description
getTextAsDate Returns the text value from the textUser property converted to a Date value
getTextAsDecimal Returns the text value from the textUser property converted to a Decimal value
getTextAsInteger Returns the text value from the textUser property converted to an Integer value
getTextAsInteger64 Returns the text value from the textUser property converted to an Integer64 value
getTextAsReal Returns the text value from the textUser property converted to a Real value
getTextAsTime Returns the text value from the textUser property converted to a Time value
isEmpty Specifies whether there is any data in the character positions in which text can be entered
isValid Specifies whether the text is valid and complete
setTextFromDate Sets the text from the textUser property value to a Date value converted to a String in the format of the locale that the control is using
setTextFromDecimal Sets the text from the textUser property value to a Decimal value converted to a String in the format of the locale that the control is using
setTextFromInteger Sets the text from the textUser property value to an Integer value converted to a String in the format of the locale that the control is using
setTextFromInteger64 Sets the text from the textUser property value to an Integer64 value converted to a String in the format of the locale that the control is using
setTextFromReal Sets the text from the textUser property value to a Real value converted to a String in the format of the locale that the control is using
setTextFromTime Sets the text from the textUser property value to a Time value converted to a String in the format of the locale that the control is using

For details, see "Window, Form, and Control Methods", later in this document.