Pagination Utils 4.0.2b - Minor enhancement
Nothing major, just some needed improvement to buttonization accessibility.
Changelist:
- ButtonWrapper now returns the Button that was clicked in
Pages.buttonize()
. - Added
@Nullable
togetHook()
andgetButton()
in ButtonWrapper to warn about possible nullability. Pages.modifyButtons()
no longer requires a non-null Page to be able to edit the buttons, also it no longer overwrites the components (no longer uses a Helper to supply the components).