NAME
Tk::FormUI::Field::Entry - FormUI Entry field that should only be used by Tk::FormUI and not directly by the user;
VERSION
Version 0.3
SYNOPSIS
use Tk::FormUI;
ATTRIBUTES
trim_leading
If true, trim leading whitespace characters before returning the value
DEFAULT: 1
trim_trailing
If true, trim trailing whitespace characters before returning the value
DEFAULT: 1
METHODS
value()
- Description
 - 
Return the current value of the field
 - Parameters
 - 
NONE
 - Return
 - 
NONE
 
build_widget($parent)
- Description
 - 
Build the widget associated with this field
 - Parameters
 - 
$parent - Parent widget for this widget
 - Return
 - 
Widget object
 
AUTHOR
Paul Durden <alabamapaul AT gmail.com>
COPYRIGHT & LICENSE
Copyright (C) 2015 by Paul Durden.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.