HTML::Widget::Constraint::In - Check that a value is one of a current set.


HTML-Widget documentation  | view source Contained in the HTML-Widget distribution.

Index


NAME

Top

HTML::Widget::Constraint::In - Check that a value is one of a current set.

SYNOPSIS

Top

    $widget->constraint( In => "foo" )->in(qw/possible values/);

DESCRIPTION

Top

METHODS

Top

validate

in

Arguments: @values

A list of valid values for that element.


HTML-Widget documentation  | view source Contained in the HTML-Widget distribution.