(e1: string, e2: string)
| 146 | } |
| 147 | |
| 148 | public addLinkOver(e1: string, e2: string): void{ |
| 149 | this.links.push(new RenderLinkOver(e1, e2)); |
| 150 | } |
| 151 | |
| 152 | public addLinkSimpleInput(e: string, callbackCollection: CallbackCollection, defaultValue: string, hasFocus: boolean): void{ |
| 153 | this.links.push(new RenderLinkSimpleInput(e, callbackCollection, defaultValue, hasFocus)); |
no outgoing calls
no test coverage detected