Gets a Textfield by its id @param id The id of the Textfield. @return The Textfield by its id.
(int id)
| 377 | * @return The Textfield by its id. |
| 378 | */ |
| 379 | public ITextfield getTextfieldById(int id) { |
| 380 | return textFieldIdLookup.get(id); |
| 381 | } |
| 382 | |
| 383 | /** |
| 384 | * Gets the buttonList |
no test coverage detected