expand()mark_as_current()add_sub()get_nth_sub($idx)list_regular_keys()list_boolean_keys()set_values_from_hash_ref($hash)
HTML::Widgets::NavMenu::Tree::Node - an iterator for HTML.
For internal use only.
sub _init { my $self = shift;
$self->set("subs", []);
return $self;
}
expand()Expands the node.
mark_as_current()Marks the node as the current node.
Propagate changes.
add_sub()Adds a new subroutine.
get_nth_sub($idx)Get the $idx sub.
list_regular_keys()Customisation to list the regular keys.
list_boolean_keys()Customisation to list the boolean keys.
set_values_from_hash_ref($hash)Set the values from the hash ref.
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.