Page structure

This commit is contained in:
YNH Webdev
2013-08-27 14:47:43 +02:00
parent c224bf1bb1
commit 9f7e72f0a4
3 changed files with 102 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
note
description: "Summary description for {WSF_CONTROL}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_CONTROL
feature
name: STRING
feature {WSF_PAGE_CONTROL}
handle_callback(event: STRING ; control_name: STRING ; page: WSF_PAGE_CONTROL)
deferred
end
render:STRING
deferred
end
end