public void initialize() { form.getLocalContext().setTIIG(null); form.getLocalContext().setRTA(null); UrgencyLevelCollection collLookup = LookupHelper.getUrgencyLevel(domain.getLookupService()); if (collLookup != null) { for (int i = 0; i < collLookup.size(); i++) { form.cmbUrgencyLevel().newRow(collLookup.get(i), collLookup.get(i).getIItemText()); } } }