NAME
Reaction::UI::Widget::Object - Widget to implement rendering of an object
DESCRIPTION
FRAGMENTS
container_list
Sequentially renders the fields
of the viewport found in its containers
method return values.
container
Renders the field
viewport passed by container_list
.
actions
Renders the action
fragment with every item in the viewports actions
.
action
Renders the viewport
fragment provided by Reaction::UI::Widget, thus rendering the current viewport stored in the _
topic argument provided by the actions
fragment.
DEPRECATED FRAGMENTS
field_list
Sequentially renders the fields
of the viewport;
field
Renders the field
viewport passed by field_list
LAYOUT SETS
base
share/skin/base/layout/object.tt
The following layouts are provided:
- widget
-
Renders the
container_list
fragment. - container
-
Renders the container viewport.
default
share/skin/default/layout/object.tt
This layout set inherits from the one with the same name in the base
skin.
The following layouts are provided:
- container
-
Renders the container viewport.
AUTHORS
See Reaction::Class for authors.
LICENSE
See Reaction::Class for the license.