Package org.refcodes.mixin
Interface RowHeightAccessor
-
- All Known Subinterfaces:
RowHeightAccessor.RowHeightProperty
public interface RowHeightAccessorProvides an accessor for a row height property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRowHeightAccessor.RowHeightBuilder<B extends RowHeightAccessor.RowHeightBuilder<B>>Provides a builder method for a row height property returning the builder for applying multiple build operations.static interfaceRowHeightAccessor.RowHeightMutatorProvides a mutator for a row height property.static interfaceRowHeightAccessor.RowHeightPropertyProvides a row height property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRowHeight()Retrieves the row height from the row height property.
-