Implemented WSF_FORM_ELEMENT_CONTROL

This commit is contained in:
Severin Münger
2013-09-05 16:25:44 +02:00
parent f9cc0afb9e
commit deaeaa434d
5 changed files with 85 additions and 27 deletions

View File

@@ -4,13 +4,15 @@ note
date: "$Date$"
revision: "$Revision$"
class
WSF_VALIDATOR
deferred class
WSF_VALIDATOR [G]
create
make
feature
feature {NONE}
validate (input: G): BOOLEAN
deferred
end
error: STRING
end