- All Superinterfaces:
RowHeightAccessor
,RowHeightAccessor.RowHeightMutator
- Enclosing interface:
- RowHeightAccessor
public static interface RowHeightAccessor.RowHeightProperty
extends RowHeightAccessor, RowHeightAccessor.RowHeightMutator
Provides a row height property.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.RowHeightAccessor
RowHeightAccessor.RowHeightBuilder<B extends RowHeightAccessor.RowHeightBuilder<B>>, RowHeightAccessor.RowHeightMutator, RowHeightAccessor.RowHeightProperty
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
letRowHeight
(int aRowHeight) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as ofRowHeightAccessor.RowHeightMutator.setRowHeight(int)
and returns the very same value (getter).Methods inherited from interface org.refcodes.mixin.RowHeightAccessor
getRowHeight
Methods inherited from interface org.refcodes.mixin.RowHeightAccessor.RowHeightMutator
setRowHeight
-
Method Details
-
letRowHeight
default int letRowHeight(int aRowHeight) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as ofRowHeightAccessor.RowHeightMutator.setRowHeight(int)
and returns the very same value (getter).- Parameters:
aRowHeight
- The integer to set (viaRowHeightAccessor.RowHeightMutator.setRowHeight(int)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-