Interface RowHeightAccessor.RowHeightBuilder<B extends RowHeightAccessor.RowHeightBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
RowHeightAccessor

public static interface RowHeightAccessor.RowHeightBuilder<B extends RowHeightAccessor.RowHeightBuilder<B>>
Provides a builder method for a row height property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRowHeight(int aRowHeight)
    Sets the row height for the row height property.
  • Method Details

    • withRowHeight

      B withRowHeight(int aRowHeight)
      Sets the row height for the row height property.
      Parameters:
      aRowHeight - The row height to be stored by the row height property.
      Returns:
      The builder for applying multiple build operations.