()
| 127 | } |
| 128 | |
| 129 | public String toString() { return (getCaptionLength()>getTextLength())?caption:getValue(); } |
| 130 | |
| 131 | public void onSelect(){ |
| 132 | new EditBox(homeList, caption, text, this, boxType); |
nothing calls this directly
no test coverage detected