+
Point of view
All features
class WEB_BUTTON
Summary
Direct parents
Inherit list: UI_TYPED_BRIDGE_BUTTON, WEB_WIDGET
Insert list: LOGGING
Class invariant
Overview
Creation features
Features
{ANY}
{WEB_ITEM}
{UI_JOB}
{ANY}
{}
{}
  • log: LOGGER
    There is one logger per concrete type; for performance reasons it is cached in each instance.
  • log_memory__0_: LOGGER
    The cached logger.
effective function
{ANY}
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
connect_to (a_job: UI_JOB)
deferred procedure
ui: UI_
writable attribute
{ANY}
effective function
{ANY}
ensure
  • Result.intern = Result
make (a_ui: UI_)
effective procedure
{}
require
  • a_ui /= Void
ensure
  • ui = a_ui
job: WEB_JOB
writable attribute
{}
log: LOGGER
effective function
{}
There is one logger per concrete type; for performance reasons it is cached in each instance.
ensure
  • Result /= Void
log_memory__0_: LOGGER
writable attribute
{}
The cached logger.
The ugly name is intentional. Don't use directly.