+
Point of view
All features
class WEB_PANEL
Summary
Direct parents
Inherit list: UI_TYPED_BRIDGE_PANEL
Insert list: WEB_WIDGET
Class invariant
Overview
Creation features
{WEB_JOB}
add (a_child: WEB_WIDGET[UI_WIDGET])
effective procedure
save (context: WEB_CONTEXT)
effective procedure
run (context: WEB_CONTEXT)
effective procedure
retrieve_name (a_name: STRING, a_extension: COLLECTION[STRING]): ABSTRACT_STRING
effective function
writable attribute
{}
make (a_ui: UI_PANEL)
effective procedure
{}
require
  • a_ui /= Void
ensure
  • ui = a_ui
connect_to (a_job: UI_JOB)
deferred procedure
ui: UI_
writable attribute
{ANY}
effective function
{ANY}
ensure
  • Result.intern = Result
job: WEB_JOB
writable attribute
{}