HTML::Widget::Element::NullContainer - Null Container Element
Contents
Description
NullContainer Level Element. Base class for HTML::Widget::Element::Block May also be useful for canned
subwidgets.
See HTML::Widget::Element::Block for documentation of most methods.
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::E...::NullContainer(3pm)
Methods
new
Sets "allow_filter" in HTML::Widget::Element to false, so that filters added by "$widget->filter_all"
won't be applied to Span elements.
Sets "allow_constraint" in HTML::Widget::Element to false, so that constraints added by
"$widget->constraint_all" won't be applied to Span elements.
elemelement
Arguments: $type, $name, \%attributes
Return Value: $element
See "element" in HTML::Widget for details.
push_contentunshift_contentcontainerizeidget_elementsget_elementfind_elementsprepare
See "prepare" in HTML::Widget::Element
init
See "init" in HTML::Widget::Element
process
See "process" in HTML::Widget::Element
Name
HTML::Widget::Element::NullContainer - Null Container Element
See Also
HTML::Widget::Element
Synopsis
my $e = $widget->element( 'NullContainer');
$e->element('Textfield', 'bar');
