HTML::Widget::Constraint::DependOn - DependOn Constraint
Contents
Description
If the first field listed is filled in, all of the others are required.
License
This library is free software, you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.36.0 2023-08-10 HTML::Widget::C...raint::DependOn(3pm)
Methods
process
Name
HTML::Widget::Constraint::DependOn - DependOn Constraint
Synopsis
my $c = $widget->constraint( 'DependOn', 'foo', 'bar' );
