Searched refs:ListBox (Results 1 – 16 of 16) sorted by relevance
22 import com.google.gwt.user.client.ui.ListBox;47 private ListBox singleBenchmark = new ListBox(false);48 private ListBox multiBenchmark = new ListBox(true);131 ListBox benchmark = getVisibleBenchmark(); in addToHistory()154 ListBox benchmark = getVisibleBenchmark(); in handleHistoryArguments()164 private ListBox getVisibleBenchmark() { in getVisibleBenchmark()183 ListBox dest; in normalizeClicked()184 ListBox src; in normalizeClicked()217 ListBox benchmark = getVisibleBenchmark(); in refreshTests()
27 import com.google.gwt.user.client.ui.ListBox;46 private ListBox queryList = new ListBox();48 private QueryActionDialog<ListBox> deleteQueryDialog;87 deleteQueryDialog = new QueryActionDialog<ListBox>(new ListBox(), in SavedQueriesControl()102 private void fillQueryList(final ListBox list) { in fillQueryList()
19 import com.google.gwt.user.client.ui.ListBox;39 private ListBox contentSelect = new ListBox(true);
20 import com.google.gwt.user.client.ui.ListBox;39 private ListBox labelList = new ListBox();
88 m_Type = ListBox; in SyncFieldFlags()145 case CPDF_FormField::ListBox: { in ResetField()229 case ListBox: in GetFieldType()361 case ListBox: { in SetValue()474 if (GetType() == ListBox) { in ClearSelection()487 if (GetType() == ListBox) { in ClearSelection()501 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected()547 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection()554 if (GetType() == ListBox) { in SetItemSelection()567 if (m_Type == ListBox) { in SetItemSelection()[all …]
1013 iType == CPDF_FormField::CheckBox || iType == CPDF_FormField::ListBox) { in CheckRequiredFields()1184 if ((eType == CPDF_FormField::ListBox || eType == CPDF_FormField::ComboBox) && in FDF_ImportField()
10 import com.google.gwt.user.client.ui.ListBox;15 private final ListBox platform;24 platform = new ListBox(); in LabelFilter()
21 import com.google.gwt.user.client.ui.ListBox;39 private ListBox droneSet = new ListBox();
21 import com.google.gwt.user.client.ui.ListBox;387 public static void populateListBox(ListBox box, String staticDataKey) { in populateListBox()402 public static void setSelectedItem(ListBox box, String item) { in setSelectedItem()
6 import com.google.gwt.user.client.ui.ListBox;8 public class ExtendedListBox extends ListBox implements SimplifiedList {
9 import com.google.gwt.user.client.ui.ListBox;13 protected ListBox select;
133 .gwt-ListBox, .filter-box {
730 ListBox, enumerator
237 .gwt-ListBox {
94 self.ctrls[Text] = wx.ListBox(panel, Id, pos=(Col, Row), size=Len)