Interface RenderingResultRowFactory<CONTROL>

  • Type Parameters:
    CONTROL - the type of the control this RenderingResultRowFactory works on
    All Known Implementing Classes:
    DefaultRenderingResultFactory

    @Deprecated
    public interface RenderingResultRowFactory<CONTROL>
    Deprecated.
    A Factory for creating RenderingResultRow. By providing an own implementation the layout can be extended.
    Since:
    1.2
    Author:
    Eugen Neufeld
    • Method Detail

      • createRenderingResultRow

        RenderingResultRow<CONTROL> createRenderingResultRow​(CONTROL... controls)
        Deprecated.
        Creates a RenderingResultRow from a list of controls. If the Factory can't handle the provided amount of controls it must throw an IllegalArgumentException.
        Parameters:
        controls - a list of Controls to put into one row
        Returns:
        a RenderingResultRow or throws a IllegalArgumentException