Interface SelectionFactory.SelectionSettings<T>
- Type Parameters:
T
- 選擇元素類型
- Enclosing interface:
SelectionFactory
public static interface SelectionFactory.SelectionSettings<T>
選擇器設定
-
Method Summary
-
Method Details
-
toDisplay
定義每個選擇元素的文字顯示- Parameters:
toText
- 選擇元素的文字顯示- Returns:
- this
-
bindInput
綁定組件與 Model 屬性- Parameters:
field
- Model 屬性value
- 初始化數值- Returns:
- this
-
then
返回工廠設置- Returns:
- 組件工廠
-