Advertisement
desislava_topuzakova

Untitled

Apr 2nd, 2024
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <VBox
  2. visible="{parts: ['reusable>/status', 'reusable>/forecast/hourPrice', 'reusable>/forecast/hourEbsPrice'], formatter: '.getCostForecastVisisbility'}">
  3. <ObjectNumber id="forecastTotalHourPrice" class="sapUiTinyMarginTop sapMObjectNumberLarge"
  4. number="{parts: ['reusable>/forecast/totalHourPrice', 'reusable>/forecast/currency'], type: 'sap.ui.model.type.Currency', formatOptions: {showMeasure: true, preserveDecimals: false}}" />
  5. <Text text="{i18n>xcap_per_hour}" class="sapUiTinyMarginBottom" />
  6. <HBox alignItems="Center">
  7. <ObjectNumber id="forecastTotalPrice" class="sapUiTinyMarginTop sapMObjectNumberLarge"
  8. number="{parts: ['reusable>/forecast/totalPrice', 'reusable>/forecast/currency'], type: 'sap.ui.model.type.Currency', formatOptions: {showMeasure: true, preserveDecimals: false}}"/>
  9. <Button id="forecastTotalPriceMoreInformation" class="sapUiTinyMarginBegin sapUiTinyMarginTop" type="Transparent" icon="sap-icon://message-information" press="onForecastPricePerMonthInfo" />
  10. </HBox>
  11. <Text text="{parts: ['reusable>/schedule/forTerminate', 'reusable>/schedule/forSuspend', 'reusable>/schedule/noSchedule', 'reusable>/status'], formatter: '.getForecastSecondUnit'}" />
  12. </VBox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement