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.
Activity
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Assignee | Steve Maryka [ steve.maryka ] | User Philip.breau [ philip.breau ] |
Ted Goddard
made changes -
Fix Version/s | 1.3 Beta [ 10373 ] |
Philip Breau
made changes -
Fix Version/s | 1.4 Beta [ 10874 ] | |
Fix Version/s | 1.3 Beta [ 10373 ] |
Philip Breau
made changes -
Assignee | Philip Breau [ philip.breau ] |
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?