0% found this document useful (0 votes)
30 views1 page

UI Process Flow for Checkout Actions

The document outlines the sequence of visible screens and actions for a checkout process, starting with displaying items, then getting the address, then the credit card. It shows the actor performing actions like setting screens visible and calling methods like processDisplayItems and getAddress between switching between screens.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

UI Process Flow for Checkout Actions

The document outlines the sequence of visible screens and actions for a checkout process, starting with displaying items, then getting the address, then the credit card. It shows the actor performing actions like setting screens visible and calling methods like processDisplayItems and getAddress between switching between screens.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Note: This is the sequence for positive (OK) acknowledgements

from each screen - Cancel action sequences are not shown here.

Customer UIDisplayItems UIGetAddress UIGetCreditCard

checkOut
run/select
<<create>>
<<create>>
<<create>>
Actor
setVisible(true)

actionPerformedprocessDisplayItems
setVisible(false)

setVisible(true)

processGetAddress
actionPerformed
setVisible(false)

setVisible(true)
getAddress

processGetCreditCard
setVisible(false)
actionPerformed

actionPerformed

exit

You might also like