创建CheckBox
(String downimgname, String upimgname)
| 2262 | * 创建CheckBox |
| 2263 | */ |
| 2264 | public UI<CheckBox> getCheckBox(String downimgname, String upimgname) { |
| 2265 | return getUI(new CheckBox("", getCheckBoxStyle(downimgname, upimgname, Color.WHITE))); |
| 2266 | } |
| 2267 | |
| 2268 | @SuppressWarnings("rawtypes") |
| 2269 | public <T> UI<VSelectBox> getSelectBox(String titlebg) { |
nothing calls this directly
no test coverage detected