Package org.refcodes.mixin
Interface RowHeightAccessor.RowHeightMutator
-
- All Known Subinterfaces:
RowHeightAccessor.RowHeightProperty
- Enclosing interface:
- RowHeightAccessor
public static interface RowHeightAccessor.RowHeightMutatorProvides a mutator for a row height property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRowHeight(int aRowHeight)Sets the row height for the row height property.
-