Interface RowHeightAccessor.RowHeightMutator

All Known Subinterfaces:
RowHeightAccessor.RowHeightProperty
Enclosing interface:
RowHeightAccessor

public static interface RowHeightAccessor.RowHeightMutator
Provides a mutator for a row height property.
  • Method Summary

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

    • setRowHeight

      void setRowHeight​(int aRowHeight)
      Sets the row height for the row height property.
      Parameters:
      aRowHeight - The row height to be stored by the row height property.