com.vaadin.ui.

Interface LegacyComponent

    • Method Detail

      • paintContent

        void paintContent​(PaintTarget target)
                   throws PaintException
        Deprecated.

        Paints the Paintable into a UIDL stream. This method creates the UIDL sequence describing it and outputs it to the given UIDL stream.

        It is called when the contents of the component should be painted in response to the component first being shown or having been altered so that its visual representation is changed.

        Parameters:

        target - the target UIDL stream where the component should paint itself to.

        Throws:

        PaintException - if the paint operation failed.