| Reaction documentation | view source | Contained in the Reaction distribution. |
Reaction::UI::ViewPort::Object::Mutable - Allow the user to to perform an InterfaceModel Action
use aliased 'Reaction::UI::ViewPort::Object::Mutable';
...
$controller->push_viewport(Mutable,
model => $interface_model_action,
);
This subclass of Reaction::UI::ViewPort::Object is used for rendering a
collection of Reaction::UI::ViewPort::Field::Mutable::* objects for user editing.
Returns true if any of the fields has been modified.
The builder methods are resolved in the same way as described in Reaction::UI::ViewPort::Object, but they create Reaction::UI::ViewPort::Field::Mutable objects.
Text (Reaction::UI::ViewPort::Field::Mutable::Text), Array (Reaction::UI::ViewPort::Field::Mutable::Array), String (Reaction::UI::ViewPort::Field::Mutable::String), Number (Reaction::UI::ViewPort::Field::Mutable::Number), Integer (Reaction::UI::ViewPort::Field::Mutable::Integer), Boolean (Reaction::UI::ViewPort::Field::Mutable::Boolean), Password (Reaction::UI::ViewPort::Field::Mutable::Password), DateTime, ChooseOne (Reaction::UI::ViewPort::Field::Mutable::ChooseOne), ChooseMany, Files (Reaction::UI::ViewPort::Field::Mutable::File)
See Reaction::Class for authors.
See Reaction::Class for the license.
| Reaction documentation | view source | Contained in the Reaction distribution. |