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
,ITab
,IClusterable
public class SimpleTab extends AbstractTab
Provides a simpleAbstractTab
that 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 WebMarkupContainer
getPanel(String panelId)
Gets theLabelPanel
that contains the content supplied in the constructorvoid
setContent(String content)
Sets the text content of tab-
Methods inherited from class org.apache.wicket.extensions.markup.html.tabs.AbstractTab
getTitle, isVisible
-
-
-
-
Method Detail
-
setContent
public void setContent(String content)
Sets the text content of tab- Parameters:
content
- the text content of tab
-
getPanel
public final WebMarkupContainer getPanel(String panelId)
Gets theLabelPanel
that contains the content supplied in the constructor- Specified by:
getPanel
in interfaceITab
- Specified by:
getPanel
in classAbstractTab
- Returns:
- the
LabelPanel
-
-