-
- All Known Subinterfaces:
RowHeightAccessor.RowHeightProperty
public interface RowHeightAccessor
Provides an accessor for a row height property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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.static interface
RowHeightAccessor.RowHeightMutator
Provides a mutator for a row height property.static interface
RowHeightAccessor.RowHeightProperty
Provides a row height property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRowHeight()
Retrieves the row height from the row height property.
-