Pageviews

Sunday, July 28, 2013

ADF Train Component


ADF Train Component


The train component represents a series of train stops, each stop representing a step in a multi-step process. Each stop is tied to a view (.jsf page). Each page can either interact or display information that will help the user to complete the multi-step process. The train component helps the user to walk through these steps one stop at a time. User will be able to navigate to next stop or the previous stop in order to take corrective action to complete the multi-step process.  The train component can be rendered in a vertical layout as well as in horizontal layout, default being a horizontal layout.  The train component walks through the user in a predefined order as defined in the train model. Each train step is rendered with an image and a textual link indicating if they are in visited, current stop, unvisited stop and disabled state. 

Check out the below demo video explaining , bounded task flow, unbounded task flow, train model, train button bar, task flow control, method call activity etc.,  Persisting the user information collected in each train stop to a database table is not intended to be covered in this demo.  This is a basic demo to explain the above mentioned concepts. Hope it is helpful.


 



No comments:

Post a Comment