NAME

App::Widget::TreeView - An HTML tree view

SYNOPSIS

use App::Widget::TreeView;

$name = "get_data";
$w = App::Widget::TreeView->new($name);
print $w->html();

DESCRIPTION

This class implements a graphical tree view such as is used in Windows Explorer.