You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ondra Žižka (JIRA)" <ji...@apache.org> on 2013/03/11 05:59:12 UTC

[jira] [Created] (WICKET-5090) Add path syntax to MarkupContainer#get( String )

Ondra Žižka created WICKET-5090:
-----------------------------------

             Summary: Add path syntax to MarkupContainer#get( String )
                 Key: WICKET-5090
                 URL: https://issues.apache.org/jira/browse/WICKET-5090
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.6.0
            Reporter: Ondra Žižka


Because method javadoc is mostly viewed isolated in IDE popups,
it should contain the key information for the method.

In case of MarkupContainer#get(),
 http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/MarkupContainer.html#get%28int%29

should contain what's in class' javadoc:

{quote}
can be looked up using a colon separated path. For example, if a container called "a" held a nested container "b" which held a nested component "c", then a.get("b:c") would return the Component with id "c".
{quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira