Don't use Strings to hold primary key values.
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / client / activity / DetailsActivity.java
2011-11-25 Ben KonrathDon't use Strings to hold primary key values.
2011-10-21 Ben KonrathAdd navigation buttons to related list tables.
2011-10-07 Ben KonrathAdd navigation buttons in the details view.
2011-10-07 Ben KonrathRename Field to DetailsCell.
2011-10-07 Ben KonrathCreate separate methods for layout and data the details...
2011-10-07 Ben KonrathUpdate TableChangeEvent to use newTableName naming...
2011-09-30 Ben KonrathDisable the pager in the list tables when the data...
2011-09-30 Ben KonrathAdd empty rows to the end of related list and list...
2011-09-27 Ben KonrathUse GWT.log for client-side debugging statements.
2011-09-27 Ben KonrathAdd field colouring to details view.
2011-09-23 Ben KonrathRename GlomField to DataItem and update associated...
2011-09-18 Ben KonrathAdd related lists to details view.
2011-07-13 Ben KonrathAdd support sub-group in the details view.
2011-07-11 Ben KonrathAdd main groups to the details view.
2011-06-28 Ben KonrathEnable the table selector in the DetailsView.
2011-06-27 Ben KonrathUse filename based unique document ID in URL and for...
2011-06-24 Ben KonrathPass primary key value to DetailsView.
2011-06-15 Ben KonrathReturn an ArrayList of LayoutGroups for the Details...
2011-06-14 Ben KonrathAdd data to the DetailsView using a hard-coded primary...
2011-06-02 Ben KonrathDisplay main layout group titles in the DetailsView.
2011-05-18 Ben KonrathEnable the "Details" buttons.