NAME
GappX::SSNEntry - SSNEntry Widget
SYNOPSIS
use Gapp;
use Gapp::SSNEntry;
Gapp::SSNEntry->new( value => '0123456789' );
DESCRIPTION
A widget for viewing and editing social security numbers.
Navigate between the three components of a social security number using the left and right arrow keys. The value of the widget will be stored internally as a 9 character string consisting only of digits (i.e. "0123456789"). However, the text that is displayed in the widget will be displayed with hyphens between the components (i.e. "012-345-6789").
OBJECT HIERARCHY
- Gapp::Object
- +-- Gapp::Widget
- ....+-- Gapp::Entry
- ........+-- GappX::SSNEntry
DELEGATED PROPERTIES
- value
AUTHORS
Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>
COPYRIGHT & LICENSE
Copyright (c) 2011-2012 Jeffrey Ray Hallock.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.