src/components/kendoUI/apex/maskService/displayFormat.ts
Represent display format class
Properties |
|
Methods |
|
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)
|
||||||
Takes current mask and split into diffent internal rules, if only one pattern is defined, it should be appied to all
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} |