Skip to main content

選項對話框 SimpleOptionDialog

使用時必須先完成

提供選項對話框,項目以 DialogOption 顯示,透過 index 設定目前選取的項目

drawing
參數名稱型態描述
titleString標題
itemsList<String>選項列表,純文字顯示
indexint目前的選項的索引值
onSelectedFunction(int index)點擊事件,回傳索引值