(e: string, callbackCollection: CallbackCollection, defaultValue: string, hasFocus: boolean)
| 150 | } |
| 151 | |
| 152 | public addLinkSimpleInput(e: string, callbackCollection: CallbackCollection, defaultValue: string, hasFocus: boolean): void{ |
| 153 | this.links.push(new RenderLinkSimpleInput(e, callbackCollection, defaultValue, hasFocus)); |
| 154 | } |
| 155 | |
| 156 | public addList(x1: number, x2: number, y: number, id: string, callbackCollection: CallbackCollection, optionsArray: string[] = []): void{ |
| 157 | var options: string = ""; |