Dong Shin 04.22.2010

  • Reworked Funding Data in ProjectViewer to show only the FY ranges
  • Added toolTips to ProjectViewer
    • “Click to edit or enter new data” for editable cells
    • “Double Click to view Invoices Data” for the cell being edited
  • Modified DataEditorPanel, DataEditorWindow, and DataEditorField
    • supports Add and Delete
    • primary keys can be string or int with auto_increment – Add requires string key format or auto_increment generate it automatically
    • may need set whole tableStructure to an Object instead of individual ones
    • added StringValidator to DataEditorField to ensure needed data is entered
  • Added more validations to CreateProjectPanel