if ($method =~ m/^get_/) {
$method = substr $method, 4;
return $self->data->{$method} if exists $self->data->{$method};
if ($method =~ m/^get_/) {
$method = substr $method, 4;
return $self->data->{$method} if exists $self->data->{$method};
Returns the default behavior for showing the delete button for the
corresponding record type (true or false).
Returns the default behavior for showing the delete button for the
corresponding record type (true or false).