14.01.2020 Views

ABAP_to_the_Future

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

13

SAPUI5

</ColumnListItem>

</items>

</Table>

</content>

Listing 13.11 Defining the Cell Values for Each Column

Figure 13.30 SAPUI5 Application: Including Monster Table

At the bottom of the page is the footer. Once again, you can put a toolbar with

buttons here, and this is just what you do in Listing 13.12. As in the header, the

buttons don’t do anything. They’re just there to prove that they can be there. The

buttons are shown in Figure 13.31.

<footer>

<Toolbar>

<ToolbarSpacer/>

<Button text="Accept" type="Accept" />

<Button text="Reject" type="Reject" />

<Button text="Edit" />

<Button text="Delete" />

</Toolbar>

</footer>

</Page>

</core:View>

Listing 13.12 Defining the Footer: Adding Some Buttons

Figure 13.31 Action Buttons in Footer of SAPUI5 Application

You’re finished with the main view!

602

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!