- All Known Subinterfaces:
RowHeightAccessor.RowHeightProperty
public interface RowHeightAccessor
Provides an accessor for a row height property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a row height property returning the builder for applying multiple build operations.static interface
Provides a mutator for a row height property.static interface
Provides a row height property. -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the row height from the row height property.
-
Method Details
-
getRowHeight
int getRowHeight()Retrieves the row height from the row height property.- Returns:
- The row height stored by the row height property.
-