Details
-
Wish
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.2.5
-
None
Description
It would be nice for Link#setAnchor(Component) to return Link instead of void, so you can be super lazy and say things like this:
add(new AjaxFallbackLink("foo") { onClick(...) {...}}.setAnchor(bar));
Might be nice to do that for various other methods on Link as well to allow for other wacky chaining possibilities.