Interface RenderingResultRow<T>

  • Type Parameters:
    T - the type this RenderingResultRow works on
    All Known Implementing Classes:
    DoubleColumnRow, SingleColumnRow, ThreeColumnRow

    @Deprecated
    public interface RenderingResultRow<T>
    Deprecated.
    This class is used to mark an result row of an renderer. Thus all controls should be displayed in one row.
    Since:
    1.2
    Author:
    Eugen Neufeld
    • Method Detail

      • getMainControl

        @Deprecated
        T getMainControl()
        Deprecated.
        The main control of the result row. This method is here for legacy.
        Returns:
        the Control that is most important in this row
      • getControls

        java.util.Set<T> getControls()
        Deprecated.
        Return all Controls which are held by this RenderingResultRow.
        Returns:
        the set of controls