ESO Function Data v100010
SetSelectedItem()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_combobox/zo_combobox_base.lua:180
--
function ZO_ComboBox_Base:SetSelectedItem(itemText)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/zo_addonmanager/zo_addonmanager.lua:324
--
self.characterDropdown:SetSelectedItem(all)
ingame/campaign/campaignselector.lua:61
--
self.comboBox:SetSelectedItem(homeCampaignDescription)
ingame/campaign/campaignselector.lua:73
--
self.comboBox:SetSelectedItem(localCampaignDescription)
ingame/campaign/campaignselector.lua:79
--
self.comboBox:SetSelectedItem(homeCampaignDescription)
ingame/contacts/socialdialogs.lua:152
--
self.allianceComboBox:SetSelectedItem(entry.allianceText)
ingame/contacts/gamepad/socialoptions_gamepad.lua:208
--
self.statusDropdown:SetSelectedItem(text)
ingame/guild/guildranks.lua:352
--
dialog.copyComboBox:SetSelectedItem(GetString(SI_GUILD_RANKS_COPY_NONE))
ingame/guild/guildselector.lua:107
--
self.comboBox:SetSelectedItem(CREATE_WINDOW_TITLE)
ingame/guild/guildselector.lua:110
--
self.comboBox:SetSelectedItem(selectedEntry.selectedText)
ingame/guild/guildselector.lua:128
--
self.comboBox:SetSelectedItem(selectedEntry.selectedText)
ingame/guild/selectguilddialog.lua:62
--
self.guildComboBox:SetSelectedItem(entry.guildText)
ingame/guild/zo_guildranks_shared.lua:204
--
dialog.copyComboBox:SetSelectedItem(GetString(SI_GUILD_RANKS_COPY_NONE))
ingame/guild/zo_guildutils_common.lua:71
--
dropdown:SetSelectedItem(text)
ingame/guild/gamepad/guildselector_gamepad.lua:31
--
self.control:SetSelectedItem(selectedEntry.selectedText)
ingame/guild/gamepad/zo_guildranks_gamepad.lua:336
--
control.dropdown:SetSelectedItem(self.ranks[self.selectedRankIndex].name)
ingame/guild/gamepad/zo_guildranks_gamepad.lua:338
--
control.dropdown:SetSelectedItem(GetString(SI_GUILD_RANKS_COPY_NONE))
ingame/interactwindow/keepclaimdialog.lua:346
--
self.currentDropdown:SetSelectedItem(self.selectedGuildName)
ingame/map/worldmapfilters.lua:92
--
comboBox:SetSelectedItem(entry.name)
ingame/map/gamepad/worldmapfilters_gamepad.lua:133
--
dropDown:SetSelectedItem(selectedText)
ingame/stats/zo_stats_common.lua:70
--
dropdown:SetSelectedItem(zo_strformat(GetTitle(currentTitleIndex), GetRawUnitName("player")))
ingame/stats/zo_stats_common.lua:72
--
dropdown:SetSelectedItem(GetString(SI_STATS_NO_TITLE))
ingame/tradinghouse/gamepad/tradinghousefilter_gamepad.lua:19
--
comboBox:SetSelectedItem(lastName)
ingame/tradinghouse/gamepad/tradinghouse_browse_gamepad.lua:348
--
dropDown:SetSelectedItem(self.lastCategoryEntryName)
ingame/tradinghouse/gamepad/tradinghouse_browse_gamepad.lua:366
--
dropDown:SetSelectedItem(self.lastQualityEntryName)
ingame/tradinghouse/gamepad/tradinghouse_browse_gamepad.lua:385
--
dropDown:SetSelectedItem(self.lastLevelEntryName)
libraries/zo_combobox/zo_combobox_base.lua:145
--
self:SetSelectedItem("")
libraries/zo_combobox/zo_combobox_base.lua:188
--
comboBox:SetSelectedItem(item.name)
libraries/zo_templates/optionswindowtemplate.lua:160
--
dropdown:SetSelectedItem(data.itemText[GetValidIndexFromCurrentChoice(data.valid, currentChoice)])
libraries/zo_templates/optionswindowtemplate.lua:162
--
dropdown:SetSelectedItem(GetString(data.valueStringPrefix, currentChoice))
libraries/zo_templates/optionswindowtemplate.lua:164
--
dropdown:SetSelectedItem(GetString(data.valueStrings[currentChoice]))
libraries/zo_templates/optionswindowtemplate.lua:166
--
dropdown:SetSelectedItem(tostring(currentChoice))
libraries/zo_templates/optionswindowtemplate.lua:314
--
dropdown:SetSelectedItem(data.itemText[index])
libraries/zo_templates/optionswindowtemplate.lua:316
--
dropdown:SetSelectedItem(GetString(data.valueStringPrefix, value))
libraries/zo_templates/optionswindowtemplate.lua:318
--
dropdown:SetSelectedItem(GetString(data.valueStrings[value]))
libraries/zo_templates/optionswindowtemplate.lua:320
--
dropdown:SetSelectedItem(valueString)
pregame/charactercreate/zo_charactercreate.lua:844
--
self.m_dropdown:SetSelectedItem(entry.name)
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:844
--
self.m_dropdown:SetSelectedItem(entry.name)