Class FormatTabEffectsTransform

  • All Implemented Interfaces:
    AppTransform, LayoutTransform, Transform

    public class FormatTabEffectsTransform
    extends AbstractTabTransform
    implements LayoutTransform

    This class transforms a FormatTabBean allowing users to modify the corresponding effect properties of a control. As with other TabTransforms, this one assumes its TabManagerBean will take care of rendering the required HTML & Javascript allowing users to switch between different formatting TabBean instances.

    The output of this transform is divided into two main sections:

  • Border 3D
  • Drop Shadows
  • Alpha Transparency
    Each one of these sections has its own render method. Furthermore each section generates individual settings which are divided into their own render method.

    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:
         ContentsBody
         -------------------------------------
         |  Border3DSection                  |
         |    - Border3DStyle                |
         |    - Border3DWeight               |
         |                                   |
         |                                   |
         -------------------------------------
         |  DropShadowsSection               |
         |                                   |
         -------------------------------------
         |  AlphaTransparencySection         |
         |                                   |
         -------------------------------------
         |  RadiusSection                    |
         |                                   |
         -------------------------------------
     
Since:
MicroStrategy Web 8.1.0