Gets a Button by its id @param id The id of the Button @return The button by its id.
(int id)
| 367 | * @return The button by its id. |
| 368 | */ |
| 369 | public IButton getButtonById(int id) { |
| 370 | return buttonIdLookup.get(id); |
| 371 | } |
| 372 | |
| 373 | /** |
| 374 | * Gets a Textfield by its id |
no test coverage detected