Interface IQueueRegion

All Known Implementing Classes:
AbstractErrorPage, AbstractFilter, AbstractToolbar, AbstractTree, AccessDeniedPage, AjaxEditableChoiceLabel, AjaxEditableLabel, AjaxEditableMultiLineLabel, AjaxFallbackDefaultDataTable, AjaxFallbackHeadersToolbar, AjaxFallbackOrderByBorder, AjaxLazyLoadPanel, AjaxListPanel, AjaxNavigationToolbar, AjaxPagingNavigator, AjaxTabbedPanel, AjaxWizardButtonBar, ApplicationView, BaseWicketTester.StartComponentInPage, Border, Border.BorderBodyContainer, BorderPanel, BreadCrumbBar, BreadCrumbPanel, BrowserInfoForm, BrowserInfoPage, CheckedFolder, CheckFolder, ChoiceFilter, ClientSideImageMap, ColGroup, ComponentFeedbackPanel, DataTable, DebugBar, DefaultDataTable, DefaultNestedTree, DefaultTableTree, DevUtilsPage, DevUtilsPanel, DummyHomePage, DummyPanelPage, DynamicWizardStep, EmptyPanel, EnhancedPageView, ExceptionErrorPage, ExportToolbar, FeedbackPanel, FencedFeedbackPanel, FilterToolbar, Folder, FormComponentFeedbackBorder, FormComponentFeedbackIndicator, FormComponentPanel, Fragment, GenericPanel, GenericWebPage, GoAndClearFilter, GoFilter, HeadersToolbar, InspectorDebugPanel, InspectorPage, InternalErrorPage, KittenCaptchaPanel, LiveSessionsPage, LocalDateTimeField, MockHomePage, ModalDialog, MultiFileUploadField, NavigationToolbar, NestedTree, Node, NoFilter, NoRecordsToolbar, OrderByBorder, Page, PageExpiredErrorPage, PageStoreDebugPanel, PageStorePage, PageView, PagingNavigator, Palette, Panel, PersistedPanel, PopupCloseLink.ClosePopupPage, RatingPanel, RedirectPage, RequestsPage, SessionSizeDebugPanel, SessionView, SignInPage, SignInPanel, SignOutPage, StandardDebugPanel, StaticContentStep, StyledLinkLabel, Subtree, TabbedPanel, TableTree, TextFilter, TimeField, UploadProgressBar, WebPage, Wizard, WizardButtonBar, WizardStep, ZonedDateTimeField

public interface IQueueRegion
Demarcates components that act as a root can dequeue children. These are usually components with associated markup since the markup is needed to dequeue. It is also important to note that components queued outside of a region cannot be dequeued into it since regions act as roots for the dequeue process because they contain the markup. As such, for example, a component queued in a page cannot be dequeued into a page child that is a panel because a panel is an IQueueRegion.
Author:
igor