()
| 1302 | public abstract String touchRightCommand(); |
| 1303 | |
| 1304 | public void cmdCancel() { |
| 1305 | if (canBack) |
| 1306 | destroyView(); |
| 1307 | } |
| 1308 | |
| 1309 | public void showInfo() { |
| 1310 | VirtualElement item = (VirtualElement) getFocusedObject(); |
no test coverage detected