You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2010/11/13 13:50:13 UTC

[jira] Closed: (WICKET-1237) Support for AlternateParent in containers

     [ https://issues.apache.org/jira/browse/WICKET-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag closed WICKET-1237.
--------------------------------------

    Resolution: Fixed
      Assignee: Juergen Donnerstag

in 1.5 add() can be subclassed

> Support for AlternateParent in containers
> -----------------------------------------
>
>                 Key: WICKET-1237
>                 URL: https://issues.apache.org/jira/browse/WICKET-1237
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.4-M1
>         Environment: n.a.
>            Reporter: Jan Vermeulen
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M4
>
>
> Provide (or backport from 2.0) an IAlternateParent interface, that allows to define an alternative parent to add child components.
> That should allow us to create components, where users can add child components to a 'blackbox' component directly, while they are actually added to some internal container (that you don't want to expose).
> One option was to allow the 'add()' to be overridden, but that seemed to be unacceptable. The other was to have an interface IAlternateParent that was considered within the add(). That was what 2.0 offered.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.