forked from MapComplete/MapComplete
End of huge refactoring: cleaner input elements
This commit is contained in:
parent
14a5c7406a
commit
8026e99824
10 changed files with 59 additions and 22 deletions
|
@ -7,5 +7,7 @@ export abstract class InputElement<T> extends UIElement{
|
|||
abstract GetValue() : UIEventSource<T>;
|
||||
|
||||
abstract IsValid(t: T) : boolean;
|
||||
|
||||
abstract ShowValue(t: T) : boolean;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue