[
https://issues.apache.org/jira/browse/WICKET-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051067#comment-13051067
]
Martin Grigorov commented on WICKET-3652:
-----------------------------------------
Yep, this is a bug. Thanks!
About GenericFragment - not sure, then someone will want
GenericWebMarkupContainer, ... At the end we can make Component<T> and solve
them all. But this has been discussed already.
> Provide a Typesafe Panel, that allows to use getDefaultModel and
> getDefaultModelObject without casting
> ------------------------------------------------------------------------------------------------------
>
> Key: WICKET-3652
> URL: https://issues.apache.org/jira/browse/WICKET-3652
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-core
> Affects Versions: 1.5-RC3
> Reporter: Martin Dilger
> Assignee: Martin Grigorov
> Priority: Minor
> Fix For: 1.5-RC5
>
> Attachments:
> 0001-TypedPanel-to-provide-TypeSafe-access-to-underlying-.patch,
> 0001-WICKET-3652-TypedPanel-and-TypedWebPage-to-provide-T.patch
>
>
> I want to use panels in a generic way with no need to cast, if I use
> getDefaultModel and getDefaultModelObject.
> This issue has been thoroughly discussed, and thats why Panel is currently
> not implemented using generics.
> Please provide a class TypedPanel instead, that can be used interchangeably
> with Panel itself.
> The Implementation could provide the following Methods:
> public T getDefaultModel()
> public T getDefaultModelObject()
> That would make usage of typed panels much more cleaner.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira