Details
Description
A very useful component for enterprise mobile applications is a data list component. The <mobi:dataList> component would be a UIData component, and like, a Data Table be able to be bound to a list of items. The component would offer a data list/master/detail view. The list view would appear like a standard mobile scrolling list similar to what's proposed here:
http://stackoverflow.com/questions/11773433/android-master-detail-flow-example
The mobile view would offer a list/detail navigation structure, and the tablet view would offer a master/detail left/right layout.
This is pretty much the contentStackMenu and contentStack components interaction. The default styling for the contentStackMenu re-uses our list styling component and this can be bound (UISeries) to a list in the backing bean. Perhaps I am missing some new feature that is desired here?