
| Key: |
WICKET-328
|
| Type: |
Wish
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Trivial
|
| Assignee: |
Unassigned
|
| Reporter: |
Nick Johnson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
12/May/07 02:18 PM
|
|
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.
|
|
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. |
Show » |
| There are no subversion log entries for this issue yet.
|
|