UR::Object::Viewer::Aspect - a base class for a viewer which renders a particular aspect of its subject


UR documentation  | view source Contained in the UR distribution.

Index


NAME

Top

UR::Object::Viewer::Aspect - a base class for a viewer which renders a particular aspect of its subject

SYNOPSIS

Top

    $v = $obj->create_viewer(
        visible_aspects => [qw/some_property some_method/], 
    );
    $v->show_modal();

    $v->set_subject($another_obj_same_class);
    $v->show();
    App::UI->event_loop();


UR documentation  | view source Contained in the UR distribution.