org.apache.wicket.markup.html
Interface IHeaderPartContainerProvider
- All Known Implementing Classes:
- AbstractTree, AjaxPagingNavigator, BaseTree, Border, BoxBorder, BrowserInfoForm, ComponentFeedbackPanel, EmptyPanel, FeedbackPanel, FormComponentFeedbackBorder, FormComponentFeedbackIndicator, FormComponentPanel, Fragment, LabelIconPanel, LabelTree, LinkIconPanel, LinkTree, MultiFileUploadField, PageView, PagingNavigator, Panel, WebMarkupContainerWithAssociatedMarkup
public interface IHeaderPartContainerProvider
WebMarkupContainers that implement this know how to provide header parts for wicket:head
fragments.
- Author:
- eelcohillenius
newHeaderPartContainer
HeaderPartContainer newHeaderPartContainer(java.lang.String id,
java.lang.String scope)
- Create a new HeaderPartContainer. Users may wish to do that to implemented more sophisticated
header scoping strategies.
- Parameters:
id
- The header component's idscope
- The default scope of the header
- Returns:
- The new HeaderPartContainer
Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.