Lines Matching refs:picker
46 PickerListScrollListener(UIPicker* picker, UIList* list);
89 * @brief Defines a picker. Multiple texts or numbers can be put into a sliding list for selection.
131 * @brief Sets dynamic text data in the picker by using a string array.
142 * @brief Sets the numeric data in the picker by using a given numeric range.
145 * the picker in sequence. The start value must be smaller or equal to the end value.
156 * @brief Clears all values in the picker.
252 * @brief Sets the index of the item currently selected in the picker.
262 * @brief Obtains the index of the item currently selected in the picker.
271 * @brief Sets the height of each item in the picker.
298 * @brief Sets whether a picker can slide cyclically.
300 * @param state Specifies whether the picker can slide cyclically. Value <b>true</b> indicates that the picker
301 * can slide cyclically, and value <b>false</b> indicates that the picker cannot
309 * @brief Defines the listener used by a picker. This listener is triggered when an item
336 * @param picker Indicates the picker instance.
340 virtual void OnPickerStoped(UIPicker& picker) {}
344 * @param picker Indicates the picker instance.
348 virtual void OnPickerChanged(UIPicker& picker) {}
354 * @param pickerListener Indicates the listener for a selected event in the picker. For details,