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