Restructured validators, fixed form element rendering

This commit is contained in:
Severin Münger
2013-09-05 16:51:51 +02:00
parent 6486c8c472
commit f52f6512a0
4 changed files with 37 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
note
description: "Summary description for {WSF_PHONE_NUMBER_VALIDATOR}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
WSF_PHONE_NUMBER_VALIDATOR
inherit
WSF_VALIDATOR[STRING]
create
make
feature -- Implementation
validate(input:STRING):BOOLEAN
do
end
end