Is there an example/explanation how to use the DetailViewer as a widget with an array of records? I can't seem to find anything that explains/shows this esp DetailViewerRecord.
I would like to show a list of values each having its own label and some data, where the data is an arbitrary type (int, double, text, boolean, etc), so I can't seem to use ListGrid.
The records are loaded via GWT-RPC and contain the label, the data and the type.
Any pointers are welcome.
I would like to show a list of values each having its own label and some data, where the data is an arbitrary type (int, double, text, boolean, etc), so I can't seem to use ListGrid.
The records are loaded via GWT-RPC and contain the label, the data and the type.
Any pointers are welcome.