XuniMaskElement Class Reference

Inherits from NSObject
Declared in XuniMaskElement.h

  wildcard

Gets or sets the mask wildcard char.

@property (nonatomic) unichar wildcard

Discussion

Gets or sets the mask wildcard char.

Declared In

XuniMaskElement.h

  charCase

Gets or sets the type of char case.

@property (nonatomic) XuniCharCaseType charCase

Discussion

Gets or sets the type of char case.

Declared In

XuniMaskElement.h

  literal

Gets or sets the mask literal char.

@property (nonatomic) unichar literal

Discussion

Gets or sets the mask literal char.

Declared In

XuniMaskElement.h

  isOptional

Gets or sets whether the mask char is optional.

@property (nonatomic) BOOL isOptional

Discussion

Gets or sets whether the mask char is optional.

Declared In

XuniMaskElement.h

  isVague

Gets or sets whether the literal can be interpreted as content.

@property (nonatomic) BOOL isVague

Discussion

Gets or sets whether the literal can be interpreted as content.

Declared In

XuniMaskElement.h

– initWithMask:isWildcard:isOptional:caseType:

Initializes and returns a newly allocated XuniMaskElement object with the specified mask char.

- (instancetype)initWithMask:(unichar)maskChar isWildcard:(BOOL)isWildcard isOptional:(BOOL)isOptional caseType:(XuniCharCaseType)caseType

Parameters

maskChar

The mask char.

isWildcard

The mask char is wildCard or literal.

isOptional

The mask char is optional or not.

caseType

The type of char case.

Return Value

An initialized XuniMaskedTextField object or nil if the object couldn’t be created.

Discussion

Initializes and returns a newly allocated XuniMaskElement object with the specified mask char.

Declared In

XuniMaskElement.h