Searched refs:configValueTextBoxes (Results 1 – 1 of 1) sorted by relevance
40 private HashMap<String, HashMap<String, TextBox> > configValueTextBoxes; field in ConfigSettingsView95 … for (Entry<String, HashMap<String, TextBox> > sections : configValueTextBoxes.entrySet()) { in initialize()138 configValueTextBoxes = new HashMap<String, HashMap<String, TextBox> >(); in loadData()174 configValueTextBoxes.put(section, sectionKeyValues); in loadData()