Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:customConverter

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

Description

Allows conversion between string and data type using method bindings

Properties

Java

Java Class: com.ibm.xsp.converter.ConverterMethodBinding


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
getAsString,
Get As String Method Binding
Converts from Data type to String
Required Attribute true
getAsObject,
Get As Object Method Binding
Converts from string to the data type
Required Attribute true