NAME
HTML::Widget::Constraint::In - Check that a value is one of a current set.
SYNOPSIS
$widget->constraint( In => "foo" )->in(qw/possible values/);
DESCRIPTION
METHODS
new
validate
in
A list of valid values for that element.
If the list is empty, the constraint will always pass.