The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.