src/components/kendoUI/apex/maskService/format.ts
Format class for tdbnumber control
Properties |
|
Methods |
|
maxNumberMask |
Type : string
|
Default value : '#####'
|
Default mask size |
Private _completeMask |
Type : string
|
Current validFormatMask whithout separations |
Private _currentMask |
Type : string
|
Current validFormatMask whithout separations |
Private _maskedValue |
Type : string
|
Current maskedValue |
Private _patternNegative |
Type : string
|
Current negative pattern |
Private _patternNull |
Type : string
|
Current null pattern |
Private _patternPositive |
Type : string
|
Current possitive pattern |
Private _patternZero |
Type : string
|
current zero pattern |
Private _prefix |
Type : string
|
Current prefix |
Private _suffix |
Type : string
|
Current suffix |
Protected splitRules | ||||||
splitRules(currentMask: string)
|
||||||
Overrides split Rules
Parameters :
Returns :
void
|
initialice | ||||||
initialice(currentMask: string)
|
||||||
InitialiceFormat with initial values
Parameters :
Returns :
void
|
Protected nullPattern |
nullPattern(rule: string, positiveParent: string)
|
Null pattern rule formating
Returns :
string
{string} |