Reaction::UI::Widget::Value::DateTime - Reaction::UI::Widget::Value::DateTime documentation


Reaction documentation Contained in the Reaction distribution.

Index


Code Index:

NAME

Top

Reaction::UI::Widget::Value::DateTime

DESCRIPTION

Top

See Reaction::UI::Widget::Value

FRAGMENTS

Top

value

value 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::DateTime;

use Reaction::UI::WidgetClass;

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



__PACKAGE__->meta->make_immutable;


1;

__END__;