<core:FragmentDefinition
	xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
	xmlns="sap.m"
	xmlns:core="sap.ui.core"
	xmlns:uxap="sap.uxap">
	<HBox displayInline="true">
		<uxap:ObjectPageHeaderActionButton icon="sap-icon://navigation-up-arrow"
										   visible="{= ${buttonEnablement>/navUpEnabled} || ${buttonEnablement>/navDownEnabled} }"
										   enabled="{buttonEnablement>/navUpEnabled}"
										   tooltip="{sap.fe.i18n>PAGINATOR_TOOLTIP_UP}"
										   press=".handleShowPrevObject"
										   type="Transparent"
										   importance="High"/>
		<uxap:ObjectPageHeaderActionButton icon="sap-icon://navigation-down-arrow"
										   visible="{= ${buttonEnablement>/navUpEnabled} || ${buttonEnablement>/navDownEnabled} }"
										   enabled="{buttonEnablement>/navDownEnabled}"
										   tooltip="{sap.fe.i18n>PAGINATOR_TOOLTIP_DOWN}"
										   press=".handleShowNextObject"
										   type="Transparent"
										   importance="High"/>
	</HBox>
</core:FragmentDefinition>
