Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:convertMask

f:com.ibm.xsp.BaseComplexType
   f:converterInterface
      xp:convertMask

Description

Converts a value to a specified pattern where a filter can be specified to selectively include or exclude certain values

Properties

Java

Java Class: com.ibm.xsp.convert.MaskConverter


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
asis, boolean
As Is
Specify whether data other than masked inputted are removed or not. Default value is false
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
mask, string
Mask
Specify an input mask pattern by using mask characters. Use # as a digit placeholder and ? as a letter placeholder.
Required Attribute true
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true