Class DialogPathTransform

  • All Implemented Interfaces:
    AppTransform, LayoutTransform, Transform

    public class DialogPathTransform
    extends PathTransform
    This class is used to render the Path in pages that show a dialog such as the Save As page. In those pages we want to use a different event for the Up Parent button.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • DialogPathTransform

        public DialogPathTransform()
    • Method Detail

      • renderParentUpButton

        public void renderParentUpButton​(MarkupOutput out)
        Renders a button link to the parent folders.
        Overwrites the parent implementation to use the back button event for the parent up folder button.
        Overrides:
        renderParentUpButton in class PathTransform
        Parameters:
        out - the transform's output