Uses of Class
com.hp.lft.sdk.ai.AiComboBoxSettings
Packages that use AiComboBoxSettings
-
Uses of AiComboBoxSettings in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return AiComboBoxSettingsModifier and TypeMethodDescriptionAiComboBoxSettings.setMaxScrollNumber
(int maxScrollNumber) Sets the maximum number of times to scroll in the ComboBox's drop-down list.AiComboBoxSettings.setScrollDirection
(ComboBoxScrollDirection scrollDirection) Sets whether to scroll up or down in the ComboBox's drop-down list.AiComboBoxSettings.setTicksPerScroll
(int ticksPerScroll) Sets how many mouse-wheel ticks each scroll advances.Methods in com.hp.lft.sdk.ai with parameters of type AiComboBoxSettingsModifier and TypeMethodDescriptionvoid
AiObject.select
(String element, AiComboBoxSettings settings) Selects an item from a combo box, using the specified settings.static void
AiRunSettings.updateComboBoxSettings
(AiComboBoxSettings settings) Updates the AI-based combo box select settings.