WPM::Widget (Class)

In: lib_wpm/wpm.rb
Parent: Component

memo: event flow. (1) mapping phase.

  (1.1) call WPM::WidgetProperties#mapped -> start mapping.
  (1.2) call WPM::WidgetProperties#set_property -> setting widget properties.
  (1.3) call WPM::WidgetProperties#check_mapping -> end of mapping.

(2) binding phase.

  (2.1) call WPM::Component#compile -> building a tree of components.
    (2.1.1) call WPM::WidgetProperties#create_widget -> creating a widget having properties.
  (2.2) call WPM::Component#setup -> setup each component.
  (2.3) call WPM::Widget#invoke -> executing an action at a widget.
  (2.4) call WPM::Widget#view -> building widget view.

Methods

Included Modules

ComponentParent

Public Class methods

Public Instance methods

Private Instance methods

[Validate]