NAME
App::Widget::DataRowView - A simple label
SYNOPSIS
$name = "label";
# official way
use App;
$context = App->context();
$w = $context->widget($name);
# internal way
use App::Widget::DataRowView;
$w = App::Widget::DataRowView->new($name);
DESCRIPTION
This class implements a base class for a complex view of a row. the attributes of
$self->{row}
$self->{columns}
are assumed to exist.