Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. private void addProjectInfoTable(IModel<ProjId> projIdModel) {
  2. add(DateLabel.forDatePattern("startdate", "M/dd/yy"));
  3. add(new Label("comments"));
  4. add(new Label("prevprojnum"));
  5. add(new Label("prevprojvers"));
  6. add(new Label("alias"));
  7. add(new Label("chiplogo"));
  8. add(new Label("projId.customer"));
  9. add(new Label("projId.reference"));
  10. add(new Label("projId.description"));
  11. add(new Label("projId.nickname"));
  12. add(new CVSPanel("cvsPanel", projIdModel));
  13. }
Add Comment
Please, Sign In to add comment