![]() |
![]()
| ![]() |
![]()
NAMEReaction::UI::Widget - The base widget. DESCRIPTIONThis is the base class for all widgets. It provides common functionality and fragments. It is also concerned with the rendering of the fragments. FRAGMENTSwidgetThis is the root fragment for every widget. viewportThis fragment is used to render another viewport from inside a fragment. It assumes the viewport is stored in the "_" argument. ENVIRONMENT FLAGS
ATTRIBUTESviewThe widget's view object. Is required, readonly and must be a Reaction::UI::View. layout_setThe widget's layout set. Is required, readonly and must be a Reaction::UI::LayoutSet. fragment_namesList of names of known fragments for the current widget. Lazily computed from all methods that are named in the pattern "_fragment_$name". basic_layout_argsA lazily built hash reference containing the rendered fragments defined in both the widget and the layout set, keyed by the fragments' names. METHODSrender$widget->render('fragment_name', $reaction_ctx, \%passed_args); This method is concerned with rendering a fragment. SEE ALSO
AUTHORSSee Reaction::Class for authors. LICENSESee Reaction::Class for the license. POD ERRORSHey! The above document had some coding errors, which are explained below:
|