Class FormatPromptNumberTransform

  • All Implemented Interfaces:
    AppTransform, LayoutTransform, Transform

    public class FormatPromptNumberTransform
    extends FormatTabNumberTransform
    implements LayoutTransform

    This class transforms a FormatNumberTabBean allowing users to modify the number formatting of a number based constant prompt. This Transform implements LayoutTransform, therefore its render methods can be invoked using a custom layout-xml. When this is the case, the layout-xml specified in the style-catalog controls which methods are called and in which order. Otherwise, the default output of this transform is divided as follows:

         Contents / ContentsBody
         -----------------------------------------------------
         |                       |                           |
         |                       |                           |
         |                       |                           |
         |   CategoriesSection   |   NumberSettingsSection   |
         |                       |                           |
         |                       |                           |
         |                       |                           |
         |                       |                           |
         -----------------------------------------------------
     
    • Constructor Detail

      • FormatPromptNumberTransform

        public FormatPromptNumberTransform()