Class UicProfileButton

    • Constructor Detail

      • UicProfileButton

        public UicProfileButton()
        Deprecated.
        Creates a UicProfileButton.
      • UicProfileButton

        public UicProfileButton​(String caption)
        Deprecated.
        Creates a UicProfileButton with the given button caption.
        Parameters:
        caption - the button caption.
    • Method Detail

      • afterPaint

        protected void afterPaint​(RenderContext renderContext)
        Deprecated.
        Override afterPaint to paint the profile information if the button has been pressed.
        Overrides:
        afterPaint in class AbstractWComponent
        Parameters:
        renderContext - the renderContext to send output to.
      • dumpAll

        public StringBuffer dumpAll()
        Deprecated.
        Dumps all the profiling information in textual format to a StringBuffer.
        Returns:
        the profiling information in textual format.