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 |
getTextAsDecimal | Returns the text value from the textUser property converted to a |
getTextAsInteger | Returns the text value from the textUser property converted to an |
getTextAsInteger64 | Returns the text value from the textUser property converted to an |
getTextAsReal | Returns the text value from the textUser property converted to a |
getTextAsTime | Returns the text value from the textUser property converted to a |
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 |
setTextFromDecimal | Sets the text from the textUser property value to a |
setTextFromInteger | Sets the text from the textUser property value to an |
setTextFromInteger64 | Sets the text from the textUser property value to an |
setTextFromReal | Sets the text from the textUser property value to a |
setTextFromTime | Sets the text from the textUser property value to a |
For details, see "Window, Form, and Control Methods", later in this document.