public class AjaxLazyLoadTextContentTab extends TextContentTab
TextContentTab implementation loads all text content after domready on
client side. This tab should be used with a LoadableDetachableModel and
huge amount of text else you should prefer the TextContentTab.| Constructor and Description |
|---|
AjaxLazyLoadTextContentTab(org.apache.wicket.model.IModel<String> title,
org.apache.wicket.model.IModel<String> text)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.markup.html.WebMarkupContainer |
newPanel(String markupId,
org.apache.wicket.model.IModel<String> text)
creates a new tab panel.
|
getPanelprotected org.apache.wicket.markup.html.WebMarkupContainer newPanel(String markupId, org.apache.wicket.model.IModel<String> text)
TextContentTabnewPanel in class TextContentTabmarkupId - The markup id of new tab paneltext - The text to renderCopyright © 2013 agilecoders.de. All Rights Reserved.