Files
EWF/library/server/wsf_html/webcontrol/wsf_control.e
2013-08-27 15:58:56 +02:00

38 lines
528 B
Plaintext

note
description: "Summary description for {WSF_CONTROL}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_CONTROL
feature {NONE}
make_control
do
control_name:=""
end
feature
control_name: STRING
feature {WSF_PAGE_CONTROL}
handle_callback(event: STRING ; cname: STRING ; page: WSF_PAGE_CONTROL)
deferred
end
render: STRING
deferred
end
state: JSON_OBJECT
deferred
end
read_state(states:JSON_OBJECT)
do
states.put (state, create {JSON_STRING}.make_json(control_name))
end
end