Interface LayoutHelper<LAYOUT>

  • Type Parameters:
    LAYOUT - the type of layout object this helper provides.
    All Known Implementing Classes:
    DefaultLayoutHelper

    @Deprecated
    public interface LayoutHelper<LAYOUT>
    Deprecated.
    By providing an own implementation, the layout of the application can be influenced.
    Since:
    1.2
    Author:
    Eugen Neufeld
    • Method Detail

      • getColumnLayout

        LAYOUT getColumnLayout​(int numColumns,
                               boolean equalWidth)
        Deprecated.
        The Layout for aligning controls vertically in columns.
        Parameters:
        numColumns - the number of columns to create
        equalWidth - whether the columns should be equal width
        Returns:
        the layout to use
      • getSpanningLayoutData

        java.lang.Object getSpanningLayoutData​(int xSpan,
                                               int ySpan)
        Deprecated.
        The Layout data to use to set a spanning on an element.
        Parameters:
        xSpan - the horizontal span
        ySpan - the vertical span
        Returns:
        the layout data to set
      • getLeftColumnLayoutData

        java.lang.Object getLeftColumnLayoutData()
        Deprecated.
        The Layout data to use to set for a left column.
        Returns:
        the layout data to set
      • getRightColumnLayoutData

        java.lang.Object getRightColumnLayoutData​(int xSpan)
        Deprecated.
        The Layout data to use to set for a right column.
        Parameters:
        xSpan - the horizontal span
        Returns:
        the layout data to set
      • getValidationColumnLayoutData

        java.lang.Object getValidationColumnLayoutData()
        Deprecated.
        The Layout data to use to set for a validation column.
        Returns:
        the layout data to set