Reaction::UI::Widget::Value::RelatedObject - Reaction::UI::Widget::Value::RelatedObject documentation


Reaction documentation Contained in the Reaction distribution.

Index


Code Index:

NAME

Top

Reaction::UI::Widget::Value::RelatedObject

DESCRIPTION

Top

See Reaction::UI::Widget::Value

FRAGMENTS

Top

value

content contains the viewport's value_string

AUTHORS

Top

See Reaction::Class for authors.

LICENSE

Top

See Reaction::Class for the license.


Reaction documentation Contained in the Reaction distribution.

package Reaction::UI::Widget::Value::RelatedObject;

use Reaction::UI::WidgetClass;

use namespace::clean -except => [ qw(meta) ];
extends 'Reaction::UI::Widget::Value';



__PACKAGE__->meta->make_immutable;


1;

__END__;