It is starting to look like this may actually work after all. Listview is the only...
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Password.pm
CommitLineData
7adfd53f 1package Reaction::UI::ViewPort::Field::Password;
2
3use Reaction::Class;
4
5class Password is 'Reaction::UI::ViewPort::Field::String', which {
6
7 has '+value' => (isa => 'SimpleStr');
6ab43711 8 #has '+layout' => (default => 'password');
7adfd53f 9
10};
11
6ab43711 121;
7adfd53f 13
14=head1 NAME
15
16Reaction::UI::ViewPort::Field::Password
17
18=head1 DESCRIPTION
19
20=head1 SEE ALSO
21
22=head2 L<Reaction::UI::ViewPort::Field>
23
24=head1 AUTHORS
25
26See L<Reaction::Class> for authors.
27
28=head1 LICENSE
29
30See L<Reaction::Class> for the license.
31
32=cut