}
});
}
public void getUserWorkouts() {
Bridge msg = new Bridge();
msg.startDate = new Date(0);
rpc.getUserWorkouts(msg, new AsyncCallback<Bridge>() {
public void onFailure(Throwable caught) {
WorkoutsListFlexTable.setText(0, 0,
"There are no workouts to display.");