Uses of Class
com.tietoenator.trip.jxp.data.TdbFieldTemplate
Packages that use TdbFieldTemplate
-
Uses of TdbFieldTemplate in com.tietoenator.trip.jxp.data
Subclasses of TdbFieldTemplate in com.tietoenator.trip.jxp.dataModifier and TypeClassDescriptionclass
Extends TdbRendition to provide requests for highlighted HTML renditions of STring fields, or TRIPxml exports with hit markup.class
Extends TdbFieldTemplate to provide rendition requests specific to STring fields.Methods in com.tietoenator.trip.jxp.data that return types with arguments of type TdbFieldTemplateModifier and TypeMethodDescriptionTdbRecord.getFieldTemplates()
An iterator of the field template objects in this TdbRecord.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbFieldTemplateModifier and TypeMethodDescriptionvoid
TdbRecord.addToTemplate
(TdbFieldTemplate tmpl) Add a particular field template to the overall retrieval template.Constructors in com.tietoenator.trip.jxp.data with parameters of type TdbFieldTemplateModifierConstructorDescriptionTdbDateField
(TdbFieldTemplate tmpl) Constructor, creates a blank instance based on a templateConstructor, creates a blank instance based on a templateConstructor, creates a blank instance based on a templateConstructor, creates a blank instance based on a templateDeprecated.Use TdbStringField(TdbRecord,TdbFieldTemplate) instead.TdbStringField
(TdbRecord parent, TdbFieldTemplate tmpl) Constructor, creates a blank instance based on the template providedTdbTextField
(TdbFieldTemplate tmpl) Constructor, creates a blank instance based on the template providedTdbTimeField
(TdbFieldTemplate tmpl) Constructor, creates a blank instance based on a template