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
1 package Reaction::UI::ViewPort::Field::Password;
2
3 use Reaction::Class;
4
5 class Password is 'Reaction::UI::ViewPort::Field::String', which {
6
7   has '+value' => (isa => 'SimpleStr');
8   #has '+layout' => (default => 'password');
9
10 };
11
12 1;
13
14 =head1 NAME
15
16 Reaction::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
26 See L<Reaction::Class> for authors.
27
28 =head1 LICENSE
29
30 See L<Reaction::Class> for the license.
31
32 =cut