forked from MapComplete/MapComplete
		
	First steps for a decent custom theme generator
This commit is contained in:
		
							parent
							
								
									a57b7d93fa
								
							
						
					
					
						commit
						2052976909
					
				
					 82 changed files with 1880 additions and 1311 deletions
				
			
		|  | @ -1,10 +1,10 @@ | |||
| import {UIElement} from "../UIElement"; | ||||
| import {FixedUiElement} from "../Base/FixedUiElement"; | ||||
| import {UIEventSource} from "../../Logic/UIEventSource"; | ||||
| 
 | ||||
| export abstract class InputElement<T> extends UIElement{ | ||||
|      | ||||
|     abstract GetValue() : UIEventSource<T>; | ||||
|      | ||||
|     abstract IsSelected: UIEventSource<boolean>; | ||||
|     abstract IsValid(t: T) : boolean; | ||||
|      | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue