Interface CheckboxFactory
- All Superinterfaces:
ComponentFactory<CheckboxFactory>
勾選框組件工廠
-
Method Summary
Modifier and TypeMethodDescription綁定組件與 Model 屬性checkedDisplay(String show) disabled()設置禁用uncheckedDisplay(String show)
-
Method Details
-
bindInput
綁定組件與 Model 屬性- Parameters:
field- Model 屬性initValue- 初始化數值- Returns:
- this
-
checked
- Parameters:
material- 勾選時的圖示- Returns:
- this
-
unchecked
- Parameters:
material- 取消勾選時圖示- Returns:
- this
-
checkedDisplay
- Parameters:
show- 勾選時的標題- Returns:
- this
-
uncheckedDisplay
- Parameters:
show- 取消勾選時的標題- Returns:
- this
-
disabled
設置禁用- Returns:
- this
-