made listview do paging and ordering and all sorts of stupid shit. nobody is welcome...
[catagits/Reaction.git] / lib / Reaction / UI / Widget / GridView / Action.pm
CommitLineData
b8faba69 1package Reaction::UI::Widget::GridView::Action;
2
3use Reaction::UI::WidgetClass;
4
5class Action, which {
6 widget renders [ string{ "DUMMY" } ],
7 { uri => func(viewport => 'uri'), label => func(viewport => 'label') };
8};
9
101;
11
12__END__;
13