Ejemplo n.º 1
0
 protected void populateGUI(String id, nonHumanMgt.SelType type) {
   switch (type) {
     case resource:
       populateGUI(_sb.getSelectedNonHumanResource(), id);
       break;
     case category:
       populateGUI(_orgDataSet.getNonHumanCategory(id));
       break;
   }
   lbxItems.setSelected(id);
 }
Ejemplo n.º 2
0
 public void clearFieldsAfterRemove() {
   clearTextFields();
   lbxItems.setSelected(getFirstListboxItem());
 }