checkable怎么读/checkable的发音
checkable的音标:英 [t'ʃekəbl] 美 [t'ʃekəbl]
英: 美:
checkable是什么意思
[计] 可检查的
checkable的用法和双语例句
1. The CheckBox class implements the Checkable interface.
CheckBox 类实现了 Checkable 接口。
2. This interface makes the view checkable.
该接口使视图可被选中。
3. The RadioButton is a checkable widget.
RadioButton 是一个可选中控件。
4. A ToggleButton can be used as a checkable element.
ToggleButton 可用作可选中元素。
5. The CheckedTextView is also a checkable component.
CheckedTextView 也是一个可选中组件。
6. You can create a custom checkable view by implementing the Checkable interface.
你可以通过实现 Checkable 接口来创建自定义可选中视图。
7. The Checkable interface includes methods like isChecked() and setChecked().
Checkable 接口包含如 isChecked() 和 setChecked() 等方法。
8. The Switch widget inherits from a checkable class.
Switch 控件继承自一个可选中类。
9. Checkable widgets are commonly used in settings screens.
可选中控件常用于设置界面。
10. CompoundButton is an indirect subclass of Checkable.
CompoundButton 是 Checkable 的间接子类。