Class SimpleTab
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.tabs.AbstractTab
-
- com.googlecode.wicket.jquery.ui.widget.tabs.SimpleTab
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.extensions.markup.html.tabs.ITab,org.apache.wicket.util.io.IClusterable
public class SimpleTab extends org.apache.wicket.extensions.markup.html.tabs.AbstractTabProvides a simpleAbstractTabthat embeds aLabelPanel- Since:
- 1.2.3, 6.0.1
- Author:
- Sebastien Briquet - sebfz1
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.markup.html.WebMarkupContainergetPanel(String panelId)Gets theLabelPanelthat contains the content supplied in the constructorvoidsetContent(String content)Sets the text content of tab
-
-
-
Method Detail
-
setContent
public void setContent(String content)
Sets the text content of tab- Parameters:
content- the text content of tab
-
getPanel
public final org.apache.wicket.markup.html.WebMarkupContainer getPanel(String panelId)
Gets theLabelPanelthat contains the content supplied in the constructor- Specified by:
getPanelin interfaceorg.apache.wicket.extensions.markup.html.tabs.ITab- Specified by:
getPanelin classorg.apache.wicket.extensions.markup.html.tabs.AbstractTab- Returns:
- the
LabelPanel
-
-